Skip to content

Commit 8a76050

Browse files
authored
Update FIPS pin (#858)
1 parent 4a4e321 commit 8a76050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Puppetfile.pinned

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ mod 'simp-ds389',
203203

204204
mod 'simp-fips',
205205
:git => 'https://github.com/simp/pupmod-simp-fips',
206-
:tag => '0.5.1'
206+
:tag => '0.5.2'
207207

208208
mod 'simp-freeradius',
209209
:git => 'https://github.com/simp/pupmod-simp-freeradius',

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
ENV['VAGRANT_NO_PARALLEL'] = 'yes'
2020
ENV['SIMP_RELEASE_TYPE'] ||= 'unstable'
21-
ENV['SIMP_VAGRANT_BOX'] ||= 'generic/centos8'
21+
ENV['SIMP_VAGRANT_BOX'] ||= 'generic/centos8s'
2222
#ENV['SIMP_VAGRANT_BOX'] ||= 'centos/7'
2323
ENV['SIMP_VAGRANT_NETWORK'] ||= '10.255.239.55'
2424

0 commit comments

Comments
 (0)