diff options
author | varac <varacanero@zeromail.org> | 2012-10-04 22:34:20 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-04 22:34:20 +0200 |
commit | b7277a8c666248a2a134f1d5b84c994df9904b7c (patch) | |
tree | e2b1faf8f2bc693f9802687b0ac196ed296a9c37 /puppet/modules | |
parent | ad018cb7c6b85252783e0f8ae5ce26afcc37d9e8 (diff) |
moved most includes to site_config
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/init.pp b/puppet/modules/site_config/manifests/init.pp new file mode 100644 index 00000000..64eb06f4 --- /dev/null +++ b/puppet/modules/site_config/manifests/init.pp @@ -0,0 +1,7 @@ +class site_config { + include apt, lsb, git + + # configure ssh and inculde ssh-keys + include site_config::sshd + +} |