Skip to content

Commit

Permalink
fix uid/gid for el5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 16, 2012
1 parent 05066dc commit 8df46ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
case $::lsbmajdistrelease {
# the epel packages change uid/gids + install paths between 5 & 6
5: {
$ganglia_uid = 298
$ganglia_gid = 298
$ganglia_uid = 403
$ganglia_gid = 403
$gmond_service_config = '/etc/gmond.conf'
$gmond_service_erb = 'ganglia/gmond.conf.el5.erb'

Expand Down

0 comments on commit 8df46ea

Please sign in to comment.