Update module constraints
The propose-updats job is currently broken so generate the update manually now to make sure we use the latest release available. Change-Id: Icadc6ab06f1a150fcad2826ae969fa4679341a40 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
12
Puppetfile
12
Puppetfile
@@ -136,7 +136,7 @@ mod 'apache',
|
||||
|
||||
mod 'apt',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-apt',
|
||||
:ref => 'v10.0.1'
|
||||
:ref => 'v11.0.0'
|
||||
|
||||
mod 'concat',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-concat',
|
||||
@@ -144,7 +144,7 @@ mod 'concat',
|
||||
|
||||
mod 'firewall',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-firewall',
|
||||
:ref => 'v8.1.7'
|
||||
:ref => 'v8.2.0'
|
||||
|
||||
mod 'inifile',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-inifile',
|
||||
@@ -152,7 +152,7 @@ mod 'inifile',
|
||||
|
||||
mod 'mysql',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
|
||||
:ref => 'v16.2.0'
|
||||
:ref => 'v16.3.0'
|
||||
|
||||
mod 'postgresql',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-postgresql',
|
||||
@@ -188,7 +188,7 @@ mod 'dns',
|
||||
|
||||
mod 'archive',
|
||||
:git => 'https://github.com/voxpupuli/puppet-archive',
|
||||
:ref => 'v8.0.0'
|
||||
:ref => 'v8.1.0'
|
||||
|
||||
mod 'ssh_keygen',
|
||||
:git => 'https://github.com/voxpupuli/puppet-ssh_keygen',
|
||||
@@ -196,9 +196,9 @@ mod 'ssh_keygen',
|
||||
|
||||
mod 'redis',
|
||||
:git => 'https://github.com/voxpupuli/puppet-redis',
|
||||
:ref => 'v11.1.0'
|
||||
:ref => 'v12.0.0'
|
||||
|
||||
mod 'systemd',
|
||||
:git => 'https://github.com/voxpupuli/puppet-systemd',
|
||||
:ref => 'v8.2.0'
|
||||
:ref => 'v9.0.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user