From: Stephen Gran Date: Sat, 5 Feb 2011 11:01:20 +0000 (+0000) Subject: second stab at plugins-in-modules style X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4947e7e893d7b1acf0c47c956086a5edd795c3d9;p=dsa-puppet.git second stab at plugins-in-modules style Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 262479a6..76cb4758 100644 --- 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