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:
e06b59c
)
second stab at plugins-in-modules style
author
Stephen Gran
<steve@lobefin.net>
Sat, 5 Feb 2011 11:01:20 +0000
(11:01 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 5 Feb 2011 11:01:20 +0000
(11:01 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
262479a
..
76cb475
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-97,17
+97,6
@@
class debian-org {
notify => Exec["rc.local start"],
;
}
- case $hostname {
- handel: {
- file {
- "/etc/puppet/lib":
- ensure => directory,
- source => "puppet:///files/etc/puppet/lib",
- recurse => true,
- notify => Exec["puppetmaster restart"];
- }
- }
- }
# set mmap_min_addr to 4096 to mitigate
# Linux NULL-pointer dereference exploits