Commit 473a1319 authored by Javier's avatar Javier
Browse files

test notify

parent 696b5db1
Pipeline #310 failed with stages
......@@ -12,6 +12,7 @@ class ganglia::server inherits ganglia::params {
ensure => file,
mode => '0644',
source => 'puppet:///modules/ganglia/gmetad.conf',
notify => Service['gmond','gmetad','httpd'],
}
file { '/root/ganglia/ganglia-web-3.1.1-1.noarch.rpm':
ensure => file,
......@@ -30,6 +31,7 @@ class ganglia::server inherits ganglia::params {
enable => true,
hasrestart => true,
hasstatus => true,
subscribe => File['/etc/ganglia/gmetad.conf'],
# pattern => 'gmond',
}
# file {'/root/ganglia/ganglia-web-3.1.1-1.noarch.rpm':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment