Skip to content

Commit

Permalink
provide default value for real_gid variable
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Oct 27, 2016
1 parent a364fae commit fb38317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/authorized_keys.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manage authorized ssh keys
#
define accounts::authorized_keys(
$real_gid,
$real_gid = $title,
$ssh_keys,
$home_dir,
$purge_ssh_keys,
Expand Down

0 comments on commit fb38317

Please sign in to comment.