Displaying 1 result from an estimated 1 matches for "allyourbase".
2009 Oct 07
1
Mixing Ruby and Puppet
To manage Asterisk users, I''ve made a define that can be used like
this:
asterisk::user { "sip.login":
fullname => "Sip Extension 223",
secret => "allyourbase",
extension => "223",
}
I''m trying to put user definitions in a single string, and make
something like the following. Should I go down this way, or should I
use a template that takes the array and creates all users in one go?
$users = [
"223 sip.log...