Skip to content

Commit

Permalink
new password
Browse files Browse the repository at this point in the history
  • Loading branch information
elfranne authored Dec 8, 2023
1 parent 4073e1d commit a03d691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/clone_repo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
pp = <<-MANIFEST
user { 'vagrant':
ensure => present,
password => '!"§$%&/()asdfg',
password => 'CorrectHorseBatteryStaple0!',
}
MANIFEST

Expand Down Expand Up @@ -370,7 +370,7 @@
user { 'testuser':
ensure => present,
groups => 'testuser',
password => '!"§$%&/()asdfg',
password => 'CorrectHorseBatteryStaple0!',
}
MANIFEST

Expand Down

0 comments on commit a03d691

Please sign in to comment.