Created
November 27, 2012 22:09
-
-
Save jeffweiss/4157483 to your computer and use it in GitHub Desktop.
puppetlabs-auth_conf Example
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
class my_custom_auth_conf_rule { | |
include auth_conf | |
auth_conf::acl { '/my_modified_endpoint': | |
auth => 'yes', | |
acl_method => ['find','search'], | |
allow => 'my_custom_cert_name', | |
} | |
} | |
include my_custom_auth_conf_rule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment