Skip to content

Commit 3c0c390

Browse files
committed
(DO NOT MERGE) pin openvox_bootstrap to version that will skip if already present
1 parent 91ac6c5 commit 3c0c390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Puppetfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ moduledir File.join(File.dirname(__FILE__), 'modules')
77
# Core modules used by 'apply'
88
mod 'puppetlabs-service', '3.1.0'
99
mod 'puppet-openvox_bootstrap',
10-
git: 'https://github.com/voxpupuli/puppet-openvox_bootstrap.git'
10+
git: 'https://github.com/austb/puppet-openvox_bootstrap.git',
11+
ref: 'skip-if-installed'
1112
mod 'puppetlabs-facts', '1.7.0'
1213

1314
# puppetlabs-puppet_agent deps

0 commit comments

Comments
 (0)