Re: [Puppet Users] multi-line content= construct for puppet resource file command

2013-03-12 Thread Robert Citek
Frank wrote: > Hi, > > at first glance, it doesn't seem to be possible. > > I had never thought of using puppet resource in this way. Is there a > reason why you prefer it over puppet apply? > > On 03/06/2013 07:49 AM, Robert Citek wrote: >> Hello all, >>

[Puppet Users] multi-line content= construct for puppet resource file command

2013-03-05 Thread Robert Citek
Hello all, How does one enter multi-line content using 'puppet resource file ...' at the command line? For example, I am trying to create a file called /tmp/hw.txt with two lines of content: $ cat /tmp/hw.txt hello world This does not work: $ puppet resource file hello_world \ path=/tmp/hw.t

Re: [Puppet Users] Re: Querying system to generate resources

2013-02-19 Thread Robert Citek
Thanks. I'll try that out: https://github.com/devstructure/blueprint Regards, - Robert On Tue, Feb 19, 2013 at 11:20 AM, llowder wrote: > > > On Tuesday, February 19, 2013 10:00:39 AM UTC-6, Robert Citek wrote: >> >> What commands are there to collect system

[Puppet Users] Querying system to generate resources

2013-02-19 Thread Robert Citek
What commands are there to collect system information and convert it into puppet resources? We have a lot of systems that were not initially configured with puppet and we would like to gather information about those systems as puppet resources. I have been generating resource information using '

[Puppet Users] creating a puppet resource from existing cron

2011-08-16 Thread Robert Citek
Is there a "puppetized" way for puppet to create a resource file from an existing crontab? Here's an example of what has worked for me: $ crontab -l * * * * * date > /tmp/date.log $ ralsh cron Could not run: You must specify a name or title for resources $ crontab -l | awk '!/^ *#/ {print "# Pu

Re: [Puppet Users] Users group in NW Ohio or hell even Detroit/Ohio area

2011-05-22 Thread Robert Citek
I'm in the metro Detroit area. What do you have in mind? Regards, - Robert On Sun, May 22, 2011 at 11:46 AM, Jason Slagle wrote: > Anyone else out there using puppet that would be interesting in forming a > users group if one doesn't already exist? > > Jason -- You received this message becau