I am sorry about the previous mail. It was sent by mistake.
2009/7/6 James Turnbull
> Swati Tiwari wrote:
> > *HUGE VIRUS COMING ! PLEASE READ & FORWARD !*
> >
>
> This is a hoax and a beat-up - please read the actual Snopes site:
>
> http://www.snopes.com/com
*HUGE VIRUS COMING ! PLEASE READ & FORWARD !*
Hi All,
I checked with Norton Anti-Virus, and they are gearing up for this virus!
I checked Snopes, and it is for real. Get this E-mail message sent around to
your contacts ASAP.
PLEASE FORWARD THIS WARNING AMONG FRIENDS, FAMILY AND CONTACTS!
You sh
That's definitely way better than what I was planning on doing, thanks
Peter!
2009/6/27 Peter Meier
>
> Hi
>
> > exec { "sources":
> >command => "sudo gem sources -a http://gems.github.com/ >
> > /tmp/githubadded",
> >creates => "/tmp/githubadded"
> > }
> >
> > I hope that's the
Got it! Thank you!
I did this and it worked!
exec { "sources":
command => "sudo gem sources -a http://gems.github.com/ >
/tmp/githubadded",
creates => "/tmp/githubadded"
}
I hope that's the right way to do it...
2009/6/26 Scott Smith
Hello guys,
I am facing this problem. I have an exec resource which has a create
parameter. The catalog runs properly but the file is not created, has anyone
faced such a problem?
My manifest is
class example
{
exec { "sources":
command => "/usr/bin/sudo /usr/bin/gem sources -
Hi,
I am new to puppet as well, but I could tell you how to do a similar
install.
exec { "getthesource":
command => "wget http://thesourceurl";,
cwd => "/the/directory/to/issue/this/command/from"
}
exec { "untarthesource":
command => "the_untar_command",
cwd => "the/dir
I apologize for going off on a tangent like this and thanks for your
patience and advice.
2009/6/25 Mike Renfro
>
> You've switched from asking about the native puppet package type on
> Debian to how to get puppet to how to get download and build Gems from
> source.
>
> What you propose in the l
r/bin/gem"
}
package { "somepackage":
provider => gem,
require => Exec["symlinkrubygem"]
}
So for the above package to be installed, gem needs to be on the system,
that means there needs to be an order there. So, if I use the "require"
metapa
s directly while
building packages. Could you please give me any ideas or am I shooting on a
tangent?
Thank you very much!
2009/6/24 Mike Renfro
>
> Swati Tiwari wrote:
>
> > I apologize if this turns out to be a very silly (and already asked )
> > question. I want to inst
Hello all,
I apologize if this turns out to be a very silly (and already asked )
question. I want to install a few packages on my debian system in a
particular order. Right now, I am doing the following.
Say pack1, pack2 and pack3 are the three packages that I am trying to
install. Then my puppet
: Changing returns
debug: //Node[labserver5]/gempackages/Exec[latestrubygems]: 1 change(s)
debug: //Node[labserver5]/gempackages/Exec[latestrubygems]: Executing
'/usr/bin/sudo /usr/bin/apt-get -t unstable install rubygems'
debug: Executing '/usr/bin/sudo /usr/bin/apt-get -t unstable
I have my default path set, so I am sure that is not a problem and I also
have an onlyif in there... I need sudo because right now in an experimental
set up I do not have root privileges :(.. I will try to tweak it a bit..
Thanks to you guys anyway!
2009/6/20 Joe McDonagh
>
> Peter Meier wrote:
Hi Everyone,
I am trying to install the latest unstable binary of rubygems using the
following exec
exec { "latestrubygems":
command => "sudo apt-get -t unstable install rubygems"
}
I have the apt.conf and the sources.list file updated correctly for this
command to work. This command
Hey Guys,
I am sorry if this sounds silly but I am new to puppet. I am trying to
append a particular line to the apt.conf file on all the clients that are
running puppetd. Is there any way to do this using puppet. Any help would be
appreciated!
Thank you!
--
Regards,
Swati
--~--~-~--~-
Hi,
I am sorry if I am being silly but what do you mean by running it from
something with no terminal attached? I am sshing into a box and I run the
particular command on that box. The command " sudo apt-get install rubygems"
runs fine but within an exec in the puppet manifest returns a 1.
Can an
15 matches
Mail list logo