Fixed syntax errors.

This commit is contained in:
Timo Mkinen 2012-03-27 15:20:40 +03:00
parent 34c36045fa
commit 17341ec85c
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ class user::system {
},
}
if $operatingsystem == "ubuntu": {
if $operatingsystem == "ubuntu" {
file { "/sbin/nologin":
ensure => link,
target => "/usr/sbin/nologin",