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,
>>
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
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
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
'
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
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