Fix lint warnings about ensure placement
This commit is contained in:
parent
a8ebd9417c
commit
96fb1bacbc
21 changed files with 53 additions and 48 deletions
|
@ -133,14 +133,14 @@ class ssh::server {
|
|||
}
|
||||
|
||||
service { "sshd":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
name => $::operatingsystem ? {
|
||||
"debian" => "ssh",
|
||||
"openwrt" => "dropbear",
|
||||
"ubuntu" => "ssh",
|
||||
default => "sshd",
|
||||
},
|
||||
ensure => running,
|
||||
enable => true,
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue