Skip to content

Commit

Permalink
Use wheel and not root on FreeBSD for config
Browse files Browse the repository at this point in the history
  • Loading branch information
leepa committed Feb 3, 2015
1 parent 3ce160a commit cff0e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
$config_dir_mode = '0755'
$config_file = '/usr/local/etc/redis.conf'
$config_file_mode = '0644'
$config_group = 'root'
$config_group = 'wheel'
$config_owner = 'root'
$daemonize = false
$package_ensure = 'present'
Expand Down

0 comments on commit cff0e0f

Please sign in to comment.