diff options
author | drebs <drebs@riseup.net> | 2009-07-13 04:13:15 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2009-07-13 04:13:15 -0300 |
commit | 4c591e339655f7228b4a7d4e5632d4574dd35a99 (patch) | |
tree | b4c7f09f59cc9b73c2a9bae870c562780ca51ee9 /manifests | |
parent | bd948b3e87fb0b16dd598ad566077fc87ff1cbe8 (diff) | |
download | puppet-backupninja-4c591e339655f7228b4a7d4e5632d4574dd35a99.tar.gz puppet-backupninja-4c591e339655f7228b4a7d4e5632d4574dd35a99.tar.bz2 |
eliminating some globbing because of server cache.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 8ed54e3..23b4268 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,16 @@ -import "*.pp" +import "client.pp" +import "config.pp" +import "dup.pp" +import "labelmount.pp" +import "maildir.pp" +import "mysql.pp" +import "rdiff.pp" +import "server.pp" +import "sh.pp" +import "svn.pp" +import "sys.pp" class backupninja { } + |