canmove, Confirmed users
1,394
edits
m (→Variables) |
|||
| Line 72: | Line 72: | ||
;'''collectd_graphite_prefix (optional)''' | ;'''collectd_graphite_prefix (optional)''' | ||
:prefix to be attached when sending metrics to the carbon database. Graphite will use "." as folder separators. e.g. "test.hosts." will result in a folder hierarchy of /test/hosts/fqdn_of_host/module/metric-#/ | :prefix to be attached when sending metrics to the carbon database. Graphite will use "." as folder separators. e.g. "test.hosts." will result in a folder hierarchy of /test/hosts/fqdn_of_host/module/metric-#/ | ||
;'''manage_ifcfg''' <small>(<tt>Boolean</tt>) | ;'''manage_ifcfg''' <small>(<tt>Boolean</tt>)</small> | ||
:Whether puppet should manage /etc/sysconfig/network-scripts/ifcfg-eth0, currently forcing DHCP settings. ''(Defaults to <tt>true</tt>)'' | :Whether puppet should manage /etc/sysconfig/network-scripts/ifcfg-eth0, currently forcing DHCP settings. ''(Defaults to <tt>true</tt>)'' | ||
; | ;'''signing_tools_repo''' | ||
:The mercurial repository from which to pull the signing tools code | :The mercurial repository from which to pull the signing tools code | ||
; | ;'''signing_redis_host''' | ||
:The redis host used as backend storage for signing | :The redis host used as backend storage for signing | ||
; | ;'''signing_mac_id''' | ||
:the MAC ID for signing | :the MAC ID for signing | ||
; | ;'''signing_allowed_ips''' | ||
:The list IP ranges (in CIDR notation) allowed to request that an object be signed | :The list IP ranges (in CIDR notation) allowed to request that an object be signed | ||
; | ;'''signing_new_token_allowed_ips''' | ||
:The list of IPs allowed to generate new signing tokens | :The list of IPs allowed to generate new signing tokens | ||
==Functions== | ==Functions== | ||
This module also defines the <tt>secret</tt> function; see [[ReleaseEngineering/PuppetAgain/Secrets]]. | This module also defines the <tt>secret</tt> function; see [[ReleaseEngineering/PuppetAgain/Secrets]]. | ||