]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
second stab at plugins-in-modules style
authorStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 11:01:20 +0000 (11:01 +0000)
committerStephen 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

index 262479a660826e0c4bf616b953269d0b8da29b1a..76cb4758812c0710b909b673fcfdc2a5587ac4b5 100644 (file)
@@ -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