summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2014-01-26 11:19:11 +0100
committerTomas Barton <barton.tomas@gmail.com>2014-01-26 18:26:34 +0100
commit035161ef168ca331bc47548af87ee872f550c33d (patch)
tree6522476c51f239c2cffdfab5511635f1a4f7eff1 /manifests
parent78f1ff00d09d0ebf8f132e70444b9bcf030b6711 (diff)
basic init class specs
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index ef066e0..a0f1872 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -6,6 +6,7 @@ class sshd::base {
}
file { 'sshd_config':
+ ensure => present,
path => '/etc/ssh/sshd_config',
content => $sshd_config_content,
notify => Service[sshd],