[Puppet Users] apt-get installing packages with dependencies

2013-11-17 Thread Puppet Muppet
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

[Puppet Users] Re: site.pp Does include work inside a node definition?

2013-11-17 Thread Puppet Muppet
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.

[Puppet Users] site.pp Does include work inside a node definition?

2013-11-16 Thread Puppet Muppet
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':

[Puppet Users] puppet module list error: Error: No source module metadata provided for mcollective

2013-11-14 Thread Puppet Muppet
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