canmove, Confirmed users
1,394
edits
(Created page with "= Syntax Tips = Node-level variables are a little squirrely in Puppet. * In a node declaration, specify all variables before including any classes. * When using a node-level va...") |
|||
Line 9: | Line 9: | ||
;$is_mozpool_admin_host: set this to true for the mozpool node that should do administrative tasks. | ;$is_mozpool_admin_host: set this to true for the mozpool node that should do administrative tasks. | ||
;$extra_root_keys: a list of usernames corresponding to keys in <tt>modules/ssh/manifests/keys.pp</tt>. Each will allow ssh access to the root account. | ;$extra_root_keys: a list of usernames corresponding to keys in <tt>modules/ssh/manifests/keys.pp</tt>. Each will allow ssh access to the root account. |