Skip to content

Commit

Permalink
fix gmond template namespace issues with puppet >= 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Mar 2, 2013
1 parent a56b641 commit dc5469d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/gmond/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Copyright (C) 2012-2013 Joshua Hoblitt
#

class ganglia::gmond::config {
class ganglia::gmond::config inherits ganglia::gmond {

file { $gmond_service_config:
ensure => present,
Expand Down
2 changes: 1 addition & 1 deletion manifests/gmond/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Copyright (C) 2012-2013 Joshua Hoblitt
#

class ganglia::gmond::install {
class ganglia::gmond::install inherits ganglia::gmond {

package { $gmond_package_name:
ensure => present,
Expand Down
2 changes: 1 addition & 1 deletion manifests/gmond/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Copyright (C) 2012-2013 Joshua Hoblitt
#

class ganglia::gmond::service {
class ganglia::gmond::service inherits ganglia::gmond{

service { $gmond_service_name:
ensure => running,
Expand Down

0 comments on commit dc5469d

Please sign in to comment.