Lint fixes

This commit is contained in:
Ossi Salmi 2015-05-04 11:03:26 +03:00
parent 96fb1bacbc
commit f70c8572a5
18 changed files with 71 additions and 43 deletions

View file

@ -17,10 +17,10 @@ class ssh::known_hosts {
$::ipaddress6,
$::ec2_public_ipv4)
@@sshkey { $homename:
@@sshkey { $::homename:
ensure => present,
type => rsa,
key => $sshrsakey,
key => $::sshrsakey,
host_aliases => $aliases,
require => File["/etc/ssh/ssh_known_hosts"],
}
@ -161,6 +161,7 @@ class ssh::disable inherits ssh::server {
before => Service["sshd"],
}
}
default: { }
}
Service["sshd"] {