Displaying 1 result from an estimated 1 matches for "defs_people".
2011 May 06
2
undefined method `[]' for nil:NilClass
...ensure => ''present'',
user => ''jamie'',
type => ''dsa'',
key => ''<snip>'',
}
}
--> init.pp (truncated class)
class user::sysadmin inherits user::defs_people {
realize(
Group[''tech''],
User[''jamie''],
Group[''jamie''],
Ssh_authorized_key[''jamie@localhost''],
)
}
--> people.pp (truncated class)
class user::...