This file contains hidden or 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
# This is the default auth.conf file, which implements the default rules | |
# used by the puppet master. (That is, the rules below will still apply | |
# even if this file is deleted.) | |
# | |
# The ACLs are evaluated in top-down order. More specific stanzas should | |
# be towards the top of the file and more general ones at the bottom; | |
# otherwise, the general rules may "steal" requests that should be | |
# governed by the specific rules. | |
# | |
# See http://docs.puppetlabs.com/guides/rest_auth_conf.html for a more complete |
This file contains hidden or 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
mod "apache", | |
:git => "git://github.com/ghoneycutt/puppetlabs-apache.git", | |
:ref => "manage_firewall_stop_purging_httpd_vdir" | |
mod "apt", | |
:git => "git://github.com/puppetlabs/puppetlabs-apt.git", | |
:ref => "1.1.0" | |
mod "common", | |
:git => "git://github.com/ghoneycutt/puppet-module-common.git", |
This file contains hidden or 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
--- | |
amanda::disklist: | |
'/var': | |
configs: demo | |
dumptype: dumptype |
NewerOlder