Created
March 16, 2015 21:28
-
-
Save claflico/2674d2224ea78c47fa50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node default { | |
$extlookup_datadir = inline_template("<%= Puppet[:manifestdir] %>/extdata") | |
$extlookup_precedence = ["fqdn/%{fqdn}", "env/%{environment}", 'default'] | |
include snmpd | |
include sysops | |
include truth::enforcer | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment