fuel-library/deployment/puppet/sysfs/manifests/init.pp
Ivan Ponomarev 05efae8a1c fix sysfs idempotence
- Change notify from sysfs class to sysfs service
 - Remove ubuntu tweak

Partial-Bug: #1524724
Change-Id: I93cc68bd0fcc46b7d506f194c0b16e6439f0632d
2016-02-03 14:46:44 +00:00

11 lines
256 B
Puppet

# == Class: sysfs
#
# This module manages Linux sysfs values using sysfsutils init script which
# can take values stored in /etc/sysfs.conf and /etc/sysfs.d/*.conf snipplets.
#
class sysfs {
class { 'sysfs::install' :}->
class { 'sysfs::service' :}
}