puppet: Removed rrdgraph creation from puppetmaster.
This commit is contained in:
parent
2af4ed0881
commit
e7aa487fc9
2 changed files with 2 additions and 8 deletions
|
@ -292,8 +292,6 @@ class puppet::server::common inherits puppet::client {
|
|||
}
|
||||
}
|
||||
|
||||
include ruby::rrd
|
||||
|
||||
if $puppet_datadir {
|
||||
file { $puppet_datadir:
|
||||
ensure => directory,
|
||||
|
@ -339,8 +337,7 @@ class puppet::server::common inherits puppet::client {
|
|||
}
|
||||
|
||||
file { [ "/srv/puppet/bucket",
|
||||
"/srv/puppet/reports",
|
||||
"/srv/puppet/rrd", ]:
|
||||
"/srv/puppet/reports", ]:
|
||||
ensure => directory,
|
||||
mode => "0750",
|
||||
owner => $user,
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
[puppetmasterd]
|
||||
<% end -%>
|
||||
# Enable reporting on server.
|
||||
reports = tagmail,store,rrdgraph
|
||||
|
||||
rrdgraph = true
|
||||
rrddir = /srv/puppet/rrd
|
||||
reports = tagmail,store
|
||||
|
||||
report = true
|
||||
reportdir = /srv/puppet/reports
|
||||
|
|
Loading…
Add table
Reference in a new issue