Class
virtual::virtual
In:
/home/samdev/puppet/dist/virtual/manifests/init.pp
Parent:
Resources
Exec["set tuned profile"]
Package["tuned"]
Service["tuned"]
Resources
Exec["set tuned profile"]
command => "/usr/sbin/tuned-adm profile virtual-guest"
unless => "/bin/grep -q virtual-guest /etc/tune-profiles/active-profile"
Package["tuned"]
ensure => "present"
performance tuning for
virtual
machine
Service["tuned"]
enable => true
ensure => true
require => Package["tuned"]
[Validate]