fixed some typo

This commit is contained in:
mh 2007-12-27 11:16:08 +00:00
parent 2b83d27dd9
commit 8a330f66e3

View file

@ -48,11 +48,10 @@ define user::define_user(
gid => $gid
}
file {
"$real_home_dir":
file {$real_home_dir:
ensure => directory,
mode => 0750, owner => $name, group => $name;
}
ssh::deploy_auth_key($name: source => $real_ssh_key)
ssh::deploy_auth_key{$name: source => $real_ssh_key}
}