Skip to content

Instantly share code, notes, and snippets.

@abrader
Last active March 15, 2016 14:07
Show Gist options
  • Select an option

  • Save abrader/e4049466bcc42273d96a to your computer and use it in GitHub Desktop.

Select an option

Save abrader/e4049466bcc42273d96a to your computer and use it in GitHub Desktop.
Code Manager and File Sync on
node_group { 'PE Master':
ensure => present,
classes => {
'pe_repo' => {},
'pe_repo::platform::el_7_x86_64' => {},
'puppet_enterprise::profile::master' =>
{
'code_manager_auto_configure' => true,
'file_sync_enabled' => true,
'r10k_private_key' => $code_manager_private_key_path,
'r10k_remote' => $control_repo
},
'puppet_enterprise::master::code_manager' =>
{
'authenticate_webhook' => false
},
'puppet_enterprise::profile::master::mcollective' => {},
'puppet_enterprise::profile::mcollective::peadmin' => {}
},
environment => 'production',
parent => 'PE Infrastructure',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment