Trying to understand why this is a syntax error:
if $manage_home == true {
User[$title] -> File["${title}_home"] -> File["${title}_sshdir"]
}
else {
User[$title] # This is the problem line
}
I get the following error: `Syntax error at '}'; expected '}'`
Don't understand what's wrong here...
↧