projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d7d09
)
actually inherit from ferm in subclass
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 21:09:16 +0000
(21:09 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 21:09:16 +0000
(21:09 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/real.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/real.pp
b/modules/ferm/manifests/real.pp
index
db7e445
..
f891c92
100644
(file)
--- a/
modules/ferm/manifests/real.pp
+++ b/
modules/ferm/manifests/real.pp
@@
-1,4
+1,4
@@
-class ferm::real {
+class ferm::real
inherits ferm
{
package { ferm: ensure => installed }