diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-30 15:42:55 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-30 15:42:55 -0200 |
| commit | 5c73c32c08f22cc57eb48812591e119fbb14b457 (patch) | |
| tree | 593203121f646ca91166dcd27781177e1a3d167f /manifests/init.pp | |
| download | puppet-puppet-5c73c32c08f22cc57eb48812591e119fbb14b457.tar.gz puppet-puppet-5c73c32c08f22cc57eb48812591e119fbb14b457.tar.bz2 | |
Initial import
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..0c34393 --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,4 @@ +# This file imports the files for puppet puppet module. +import "puppet.pp" +import "puppetd.pp" +import "puppetmasterd.pp" |
