aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 18:11:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 18:11:54 -0200
commit40c517b334bd99fec985959f97e48c775ae6da3a (patch)
treee501f0cceb8effed2ec3ca1769b07bcf744291dc /manifests/plug.pp
parent0f8e1addb8b7e45577221a34cedb8389500eab28 (diff)
downloadpuppet-nodo-40c517b334bd99fec985959f97e48c775ae6da3a.tar.gz
puppet-nodo-40c517b334bd99fec985959f97e48c775ae6da3a.tar.bz2
Moving all sshd declarations to nodo class
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index 913ab6b..58aa844 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -7,17 +7,6 @@ class nodo::plug inherits nodo {
include resolver
include monkeysphere_nodo
- class { 'sshd':
- listen_address => $sshd_listen_address,
- password_authentication => $sshd_password_authentication,
- shared_ip => $sshd_shared_ip,
- tcp_forwarding => $sshd_tcp_forwarding,
- hardened_ssl => $sshd_hardened_ssl,
- print_motd => $sshd_print_motd,
- ports => $sshd_ports,
- use_pam => $sshd_use_pam,
- }
-
backupninja::sys { "sys":
ensure => present,
}