Hi,
I'm having trouble installing packages that have dependencies. (I can
install packages like zip fine.)
for example I would like to install s3cmd.
Installing from command line I would run.
#apt-get -y -o APT::Install-Suggests="true" install s3cmd
which will install python-support & s3cmd.
My
OK got it working!
On Saturday, November 16, 2013 6:13:04 PM UTC, Puppet Muppet wrote:
>
>
> Hi,
>
> Is it possible to use Include as I have done below, inside my node
> statement?
> I'm guessing not as it's not working :)
>
> Any ideas how I get my test.
Hi,
Is it possible to use Include as I have done below, inside my node
statement?
I'm guessing not as it's not working :)
Any ideas how I get my test.pp manifest so that it only applys to my
puppetagent001?
#site.pp
node 'puppetagent001' {
include test
file {'/tmp/puppet-test-node-def':
Hi,
I'm new to Puppet and having some trouble running the following commands on
my Puppet Server.
#puppet module list
or
#puppet module install puppetlabs/apt
I get the following error.
Notice: Preparing to install into /etc/puppetlabs/puppet/modules ...
Error: No source module metadata provi