Displaying 1 result from an estimated 1 matches for "puppettestgroup2".
2007 Apr 19
5
Creating and deleting users...
This this definition:
group {
"puppettestgroup2":
gid => 1235,
ensure => present
}
user {
"puppettestuser2":
gid => "puppettestgroup2",
uid => 1235,
ensure => present
}
I see this:
no...