[Puppet Users] puppet augeas inittab whitespaces and single/double quotes, backslash

2014-11-03 Thread Oleksandr Yudin
Hi everyone. I am attempting to add this line to /etc/inittab: TS0:23:respawn:/sbin/mgetty -m '"" \d\dAT OK' ttyS0 Here is the puppet manifest I am trying to make: augeas {"/etc/inittab": context => "/files/etc/inittab", changes => [ "set TS0/runlevels 23", "s

[Puppet Users] puppet+augeas inittab

2009-06-12 Thread Hui
Hi guys, I was enlightened by the 'puppet+augeas modprobe.conf' post (thanks!) and was going to put inittab under puppet/augeas management. My goal is to add this one line for spawning a console on the serial port if it doesn't exist: co:12345:respawn:/sbin/agetty ttyS0 19200 vt100 However the