summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorDavid Schmitt <david@schmitt.edv-bus.at>2007-10-06 10:11:47 +0200
committerDavid Schmitt <david@schmitt.edv-bus.at>2007-10-06 10:11:47 +0200
commitd9a3c7617a402a19f7114d9b262d62b3a7b7b24c (patch)
tree6919d055caa886317595314fa5753a115af5e559 /manifests/init.pp
parentdbf92194b77f5545ab67a9ea83241102406b4392 (diff)
common: remove hand made plugins install defines and use matt's plugins patch
This moves all facts and puppet plugins to the plugins/ directory of modules to get the benefits of Matt's plugins patch, that distributes these files before the configuration is requested. This reduces the number of configuration runs to convergence by one.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index bdaaee2..577b0c6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,17 +12,5 @@ file {
mode => 0755, owner => root, group => root;
}
-class common::puppetmaster {
- file {
- "${rubysitedir}/puppet/parser":
- ensure => directory,
- mode => 0755, owner => root, group => root;
- "$rubysitedir/puppet/parser/functions":
- source => "puppet://$servername/common/functions/",
- recurse => true, purge => true,
- mode => 0755, owner => root, group => root;
- }
-}
-
import "defines/*.pp"
import "classes/*.pp"