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 init.pp files looks like this 

###
class build {
file {'/home/ubuntu/puppet-test-build-mod-1':
  ensure  => present,
  content => "Hello World!",
    }
}

      package { 's3cmd':
        ensure => installed,
      }


##

Is there any way to force the installation of a packages that has 
dependencies?


Many thanks,
PM

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0801ee11-c4da-4a6c-81ae-23238382bea9%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to