Sysstat module for Ubuntu. Centos/Fedora and OpenBSD to be investigated.
This commit is contained in:
parent
7083f00454
commit
933249d58d
2 changed files with 33 additions and 0 deletions
15
sysstat/manifests/init.pp
Normal file
15
sysstat/manifests/init.pp
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
class sysstat {
|
||||
package { "sysstat":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
case $operatingsystem {
|
||||
ubuntu: {
|
||||
file { "/etc/default/sysstat":
|
||||
ensure => present,
|
||||
source => "puppet:///modules/sysstat/sysstat.default",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue