aboutsummaryrefslogtreecommitdiff
path: root/manifests/ramrun/enable.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-03-01 23:50:11 +0100
committermh <mh@immerda.ch>2011-03-01 23:50:11 +0100
commit489ac37c566e0341f490a3c9258e358ffed4fbc3 (patch)
tree3ad080db0c10a513b72dee68622d8455bebd5bad /manifests/ramrun/enable.pp
parent5b303f63c2133e25f84b21f7c2b275aa02c32545 (diff)
parentf14a6d81d58e3e36fb7fef593086aab6e576dfa1 (diff)
downloadpuppet-loginrecords-489ac37c566e0341f490a3c9258e358ffed4fbc3.tar.gz
puppet-loginrecords-489ac37c566e0341f490a3c9258e358ffed4fbc3.tar.bz2
merge with intrigeri
Diffstat (limited to 'manifests/ramrun/enable.pp')
-rw-r--r--manifests/ramrun/enable.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/ramrun/enable.pp b/manifests/ramrun/enable.pp
new file mode 100644
index 0000000..564ef06
--- /dev/null
+++ b/manifests/ramrun/enable.pp
@@ -0,0 +1,8 @@
+class loginrecords::ramrun::enable {
+
+ augeas { "ramdisk-on-var-run":
+ context => "/files/etc/default/rcS",
+ changes => "set RAMRUN yes",
+ }
+
+}