X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fsystemd%2Fmanifests%2Fsystem.pp;fp=3rdparty%2Fmodules%2Fsystemd%2Fmanifests%2Fsystem.pp;h=0000000000000000000000000000000000000000;hb=c7e7bcc28cc5dc48a7e284a3c82f33df27d1f57d;hp=82b4a9eba959b4694d0dbb5bbcb5e2e7e271646f;hpb=f89d8091bbf5a7bd8f86ee80abb03c729cea8d74;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/systemd/manifests/system.pp b/3rdparty/modules/systemd/manifests/system.pp deleted file mode 100644 index 82b4a9eba..000000000 --- a/3rdparty/modules/systemd/manifests/system.pp +++ /dev/null @@ -1,19 +0,0 @@ -# **NOTE: THIS IS A [PRIVATE](https://github.com/puppetlabs/puppetlabs-stdlib#assert_private) CLASS** -# -# This class provides a solution to enable accounting -# -class systemd::system { - - assert_private() - - $systemd::accounting.each |$option, $value| { - ini_setting{$option: - ensure => 'present', - path => '/etc/systemd/system.conf', - section => 'Manager', - setting => $option, - value => $value, - notify => Class['systemd::systemctl::daemon_reload'], - } - } -}