Title: Message Title
jon yeargers commented on an issue
Puppet / Bug PUP-3342
Upgrading puppet client via puppet makes it stop working
Used the following module file to upgrade my 3.5.1 agents to 3.7.1:

class plugpc::puppet_test
{
        package
        {
                'puppet' :
                ensure => '3.7.1-1puppetlabs1',
                require => Package[ 'dmidecode','puppet-common' ];
        }

        package
        {
                'puppet-common' :
      ...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to