Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
HPC UCLV
puppet-ganglia
Commits
473a1319
Commit
473a1319
authored
Oct 03, 2018
by
Javier
Browse files
test notify
parent
696b5db1
Pipeline
#310
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
manifests/server.pp
manifests/server.pp
+2
-0
No files found.
manifests/server.pp
View file @
473a1319
...
...
@@ -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':
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment