On Friday, April 4, 2014 9:50:59 PM UTC+2, Nick Cammorato wrote: > > Did anyone try using the EL7 RPM? I've had success with testing with it > in the RHEL7 beta, so if amazon has moved closer to RHEL7, it should be > worth a shot. >
Using the EL7 RPM does not work on the 2014 Amazon Linux AMI. The EL7 version of Puppet requires systemd, and the latter is not available on Amazon Linux. $ sudo rpm -ivh https://yum.puppetlabs.com/el/7/products/x86_64/puppetlabs-release-7-10.noarch.rpm $ sudo yum clean all $ sudo yum install puppet facter [...] Error: Package: puppet-3.5.1-1.el7.noarch (puppetlabs-products) Requires: systemd You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Best, Michael -- 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/0a034011-8d2e-4cfb-9563-f1a48fd99b33%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
