Fixed syntax errors.
This commit is contained in:
parent
34c36045fa
commit
17341ec85c
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ class user::system {
|
|||
},
|
||||
}
|
||||
|
||||
if $operatingsystem == "ubuntu": {
|
||||
if $operatingsystem == "ubuntu" {
|
||||
file { "/sbin/nologin":
|
||||
ensure => link,
|
||||
target => "/usr/sbin/nologin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue