Skip to content

Commit

Permalink
Merge pull request #226 from WhatsARanjit/ranjit_sg
Browse files Browse the repository at this point in the history
Moved r10k file and basedir
  • Loading branch information
acidprime committed Jul 31, 2015
2 parents 28f1b01 + a7b3acd commit cc25a57
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
$manage_configfile_symlink = false
$configfile_symlink = '/etc/r10k.yaml'
$git_settings = {}

# Git configuration
$git_server = $::settings::ca_server
$repo_path = '/var/repos'
Expand Down Expand Up @@ -87,11 +86,11 @@

$pe_module_path = '/opt/puppetlabs/puppet/modules'
# Mcollective configuration dynamic
$mc_service_name = 'mcollective'
$plugins_dir = '/opt/puppetlabs/mcollective/plugins'
$modulepath = "${r10k_basedir}/\$environment/modules:${pe_module_path}"
$provider = 'puppet_gem'
$r10k_binary = 'r10k'
$mc_service_name = 'mcollective'
$plugins_dir = '/opt/puppetlabs/mcollective/plugins'
$provider = 'puppet_gem'
$r10k_binary = 'r10k'
$modulepath = "${r10k_basedir}/\$environment/modules:${pe_module_path}"

# webhook
$webhook_user = 'peadmin'
Expand All @@ -104,11 +103,11 @@

$pe_module_path = '/opt/puppet/share/puppet/modules'
# Mcollective configuration dynamic
$mc_service_name = 'pe-mcollective'
$plugins_dir = '/opt/puppet/libexec/mcollective/mcollective'
$modulepath = "${r10k_basedir}/\$environment/modules:${pe_module_path}"
$provider = 'pe_gem'
$r10k_binary = 'r10k'
$mc_service_name = 'pe-mcollective'
$plugins_dir = '/opt/puppet/libexec/mcollective/mcollective'
$provider = 'pe_gem'
$r10k_binary = 'r10k'
$modulepath = "${r10k_basedir}/\$environment/modules:${pe_module_path}"

# webhook
$webhook_user = 'peadmin'
Expand All @@ -121,7 +120,7 @@
$puppetconf_path = '/etc/puppet'

# Mcollective configuration dynamic
$modulepath = "${r10k_basedir}/\$environment/modules"
$modulepath = "${r10k_basedir}/\$environment/modules"

# webhook
$webhook_user = 'puppet'
Expand Down

0 comments on commit cc25a57

Please sign in to comment.