Skip to content

Commit bd13252

Browse files
committed
Update to pe_code_manager_webhook v1.0.0
Prior to this commit, we were using a pre-release version of the pe_code_manager_webhook module in order to test that simply re-namespacing the module form a profile to a module worked as expected. After this commit, we use the official 1.0.0 relase of the module that includes a few changes that make it more versatile.
1 parent 00d3aa1 commit bd13252

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Puppetfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ forge "http://forge.puppetlabs.com"
44
# Note the versions are all set to :latest but after you've
55
# installed you should change them to the exact version you want
66
mod "hunner/hiera", '2.0.1'
7-
mod "puppetlabs/inifile", :latest
8-
mod "puppetlabs/stdlib", :latest
9-
mod "puppetlabs/concat", :latest
10-
mod "puppetlabs/ntp", :latest
11-
mod "saz/ssh", :latest
7+
mod "puppetlabs/inifile", :latest
8+
mod "puppetlabs/stdlib", :latest
9+
mod "puppetlabs/concat", :latest
10+
mod "puppetlabs/ntp", :latest
11+
mod "saz/ssh", :latest
1212
mod "puppetlabs/postgresql", '4.5.0'
1313
mod "puppet/stash", '1.3.0'
1414
mod "puppetlabs/java", '1.4.1'
15+
mod "npwalker/pe_code_manager_webhook", '1.0.0'
1516

1617
#An example of using a specific forge module version instead of latest
1718
#Notice the addition of single quotes
@@ -28,9 +29,9 @@ mod 'r10k',
2829
:git => 'https://github.com/acidprime/r10k',
2930
:tag => 'v3.1.1'
3031

31-
mod 'pe_code_manager_webhook',
32-
:git => 'https://github.com/npwalker/pe_code_manager_webhook',
33-
:ref => '20d9f2e274325edaa10d8ec3b4f98a62ad726335'
32+
#mod 'pe_code_manager_webhook',
33+
# :git => 'https://github.com/npwalker/pe_code_manager_webhook',
34+
# :ref => '6957aa67e376ca7dcc9a60a58c247ed3e7b66c16'
3435

3536
mod 'gms',
3637
:git => 'https://github.com/npwalker/abrader-gms',

0 commit comments

Comments
 (0)