Skip to content

Commit

Permalink
stop trying to enforce a ganglia user uid/gid and remove ganglia::config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 16, 2012
1 parent 8df46ea commit 073c3d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
17 changes: 0 additions & 17 deletions manifests/config.pp

This file was deleted.

3 changes: 0 additions & 3 deletions manifests/gmetad.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
validate_array($clusters)
validate_string($gridname)

include ganglia::config

Class[ 'ganglia::config' ] ->
class{ 'ganglia::gmetad::config': } ->
class{ 'ganglia::gmetad::install': } ->
class{ 'ganglia::gmetad::service': } ->
Expand Down
4 changes: 0 additions & 4 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
case $::lsbmajdistrelease {
# the epel packages change uid/gids + install paths between 5 & 6
5: {
$ganglia_uid = 403
$ganglia_gid = 403
$gmond_service_config = '/etc/gmond.conf'
$gmond_service_erb = 'ganglia/gmond.conf.el5.erb'

Expand All @@ -27,8 +25,6 @@
# fedora is also part of $::osfamily = redhat so we shouldn't default
# to failing on el7.x +
6, default: {
$ganglia_uid = 211
$ganglia_gid = 211
$gmond_service_config = '/etc/ganglia/gmond.conf'
$gmond_service_erb = 'ganglia/gmond.conf.el6.erb'

Expand Down

0 comments on commit 073c3d1

Please sign in to comment.