Skip to content

Commit 10c5404

Browse files
committed
Fix CI
1 parent 474c000 commit 10c5404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/clone_repo_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
pp = <<-MANIFEST
217217
user { 'vagrant':
218218
ensure => present,
219-
group => 'vagrant',
219+
groups => 'vagrant',
220220
password => 'CorrectHorseBatteryStaple0!',
221221
}
222222
MANIFEST

0 commit comments

Comments
 (0)