projects
/
puppet_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f68507
)
new style for 2.7
author
mh
<mh@immerda.ch>
Tue, 5 Jun 2012 22:17:52 +0000
(19:17 -0300)
committer
mh
<mh@immerda.ch>
Tue, 5 Jun 2012 22:17:52 +0000
(19:17 -0300)
manifests/init.pp
patch
|
blob
|
history
manifests/pcre/devel.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
4c5062a
..
ba261ee
100644
(file)
--- a/
manifests/init.pp
+++ b/
manifests/init.pp
@@
-6,7
+6,5
@@
# Simon Josi josi+puppet(at)puzzle.ch
class perl {
- case $operatingsystem {
- default: { include perl::base }
- }
+ include perl::base
}
diff --git
a/manifests/pcre/devel.pp
b/manifests/pcre/devel.pp
index
fb5c06e
..
bf6564e
100644
(file)
--- a/
manifests/pcre/devel.pp
+++ b/
manifests/pcre/devel.pp
@@
-1,4
+1,6
@@
class perl::pcre::devel {
include perl::pcre
- package{"pcre-devel.${architecture}": ensure => present }
-}
\ No newline at end of file
+ package{"pcre-devel.${::architecture}":
+ ensure => present
+ }
+}