Fixed nagios stylesheets on Ubuntu
This commit is contained in:
parent
089082ef20
commit
94eb2c3d9b
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ class nagios::server {
|
||||||
"nagios-nrpe-plugin", ]:
|
"nagios-nrpe-plugin", ]:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
file { "/usr/share/nagios3/htdocs/stylesheets":
|
||||||
|
ensure => link,
|
||||||
|
target => "/etc/nagios3/stylesheets",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue