Skip to content

Commit

Permalink
MNIP-4762: Add backup user to local group
Browse files Browse the repository at this point in the history
  • Loading branch information
billglick committed Mar 8, 2024
1 parent 1c209fb commit d22212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
uid => $uid,
forcelocal => true,
gid => $gid,
groups => [ $gid ],
groups => [ $groupname ],
home => $backup_directory,
password => '!!',
shell => '/bin/bash',
Expand Down

0 comments on commit d22212b

Please sign in to comment.