diff options
author | Steffen Zieger <me@saz.sh> | 2012-08-15 14:04:18 +0200 |
---|---|---|
committer | Steffen Zieger <me@saz.sh> | 2012-08-15 14:04:18 +0200 |
commit | 2e035dc8d4309207cffff6600e370c51be04d9fa (patch) | |
tree | dcb24bcab5dc60ba9e7a0e05550cefa0404b19e0 /manifests/init.pp | |
parent | 768e7eb0c6c6861b000684f5f9b98298c89ef51a (diff) | |
download | puppet-pureftpd-master.tar.gz puppet-pureftpd-master.tar.bz2 |
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 6590f4b..b9ad2f7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,6 +11,13 @@ # Sample Usage: # # [Remember: No empty lines between comments and class definition] -class pureftpd ($auth_type = undef, $config_source = undef, $virtualchroot = false) { - include pureftpd::params, pureftpd::install, pureftpd::config, pureftpd::service +class pureftpd ( + $auth_type = undef, + $config_source = undef, + $virtualchroot = false +) { + include pureftpd::params + include pureftpd::install + include pureftpd::config + include pureftpd::service } |