Skip to content

Instantly share code, notes, and snippets.

@jeffweiss
Created November 27, 2012 22:09
Show Gist options
  • Save jeffweiss/4157483 to your computer and use it in GitHub Desktop.
Save jeffweiss/4157483 to your computer and use it in GitHub Desktop.
puppetlabs-auth_conf Example
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