00d3aa1f4f
Prior to this commit the functionality to setup the either code manager or zack/r10k was tightly coupled to this control-repo. In an effort to make that functionality useful to more people we're splitting it into a dedicated module. After this commit, the pe_code_manager_webhook module will contain all logic around setting up the webhook while this control-repo will still gloss over the details needed to get everything in PE setup correctly to use that module. This commit removes the files associated with the profile including some custom functions that were only there to make it work. This commit removes the all_in_one_pe_2015_2 role as it was exactly the same as the all_in_one_pe role. This commit modifies all_in_one_pe to use the pe_code_manager_webhook module instead of the profile.
42 lines
1.4 KiB
Ruby
42 lines
1.4 KiB
Ruby
forge "http://forge.puppetlabs.com"
|
|
|
|
# Modules from the Puppet Forge
|
|
# Note the versions are all set to :latest but after you've
|
|
# installed you should change them to the exact version you want
|
|
mod "hunner/hiera", '2.0.1'
|
|
mod "puppetlabs/inifile", :latest
|
|
mod "puppetlabs/stdlib", :latest
|
|
mod "puppetlabs/concat", :latest
|
|
mod "puppetlabs/ntp", :latest
|
|
mod "saz/ssh", :latest
|
|
mod "puppetlabs/postgresql", '4.5.0'
|
|
mod "puppet/stash", '1.3.0'
|
|
mod "puppetlabs/java", '1.4.1'
|
|
|
|
#An example of using a specific forge module version instead of latest
|
|
#Notice the addition of single quotes
|
|
#mod "puppetlabs/inifile", '1.3.0'
|
|
|
|
# Modules from Github using various references
|
|
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
|
# update the tag to the most current release when implementing
|
|
mod 'gitlab',
|
|
:git => 'https://github.com/vshn/puppet-gitlab',
|
|
:ref => '00397b86dfb3487d9df768cbd3698d362132b5bf'
|
|
|
|
mod 'r10k',
|
|
:git => 'https://github.com/acidprime/r10k',
|
|
:tag => 'v3.1.1'
|
|
|
|
mod 'pe_code_manager_webhook',
|
|
:git => 'https://github.com/npwalker/pe_code_manager_webhook',
|
|
:ref => '20d9f2e274325edaa10d8ec3b4f98a62ad726335'
|
|
|
|
mod 'gms',
|
|
:git => 'https://github.com/npwalker/abrader-gms',
|
|
:branch => 'gitlab_disable_ssl_verify_support'
|
|
|
|
mod 'pltraining-rbac',
|
|
:git => 'https://github.com/puppetlabs/pltraining-rbac',
|
|
:ref => '2f60e1789a721ce83f8df061e13f8bf81cd4e4ce'
|