Lint fixes
This commit is contained in:
parent
96fb1bacbc
commit
f70c8572a5
18 changed files with 71 additions and 43 deletions
|
@ -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"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue