Skip to content

Commit

Permalink
Merge pull request #59 from mtyates/patch-1
Browse files Browse the repository at this point in the history
Lengthening the password
  • Loading branch information
ipcrm authored Nov 3, 2017
2 parents 1152d20 + 3b4fdcb commit 67c7cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/platform/baseline/users/windows.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CUSTOM USERS
user { 'Sample Demo':
ensure => present,
password => 'Puppet4Life!',
password => 'Puppet4Life!17',
groups => ['Administrators'],
}

Expand Down

0 comments on commit 67c7cc4

Please sign in to comment.