Displaying 1 result from an estimated 1 matches for "addmin_user".
Did you mean:
admin_user
2013 Oct 08
5
user management define once an add if required on server
...sername"],
}
}
nodes.pp
node ''vm6742.muc.baag'' inherits base {
$user = "test1"
include jre17_32bit
}
Maybe I need to split the list.pp in separate files for every user, but I
do not know how to request a specific user.
Maybe something like that: include addmin_user::test1
I could create a modul for every user and add it to a server, but I think
that is not a good solution.
Best regards
Andreas
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emai...