From 4947e7e893d7b1acf0c47c956086a5edd795c3d9 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 5 Feb 2011 11:01:20 +0000 Subject: [PATCH] second stab at plugins-in-modules style Signed-off-by: Stephen Gran --- modules/debian-org/manifests/init.pp | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.39.2