Re: [Puppet Users] Removing puppet-client-tools from puppet6

2019-05-16 Thread Bram Vogelaar
hello Molly have there been any developments with regards to (re-) publishing a puppet 6 compatible version of this package? Bram On Fri, 5 Apr 2019 at 00:17, Molly Waggett wrote: > Hey folks! > > Unfortunately we've had to pull the puppet-client-tools packages from the > puppet6 package repos

Re: [Puppet Users] facter to return version of an installed package

2019-05-16 Thread Helmut Schneider
Chris Taylor wrote: > if $operatingsystem == "Ubuntu" { > if versioncmp($facts['os']['release']['full'], '18') >= 0 { > package { 'netplan': > ensure => present, > } > file { "/etc/netplan/windows-dhcp.yaml": > mode=> '0644', > owner => "${rootUID}", >

Re: [Puppet Users] Puppet apt repository broken?

2019-05-16 Thread Peter Berghold
After 30+ years in the IT industry I'd have to say "stuff happens." Thanks for giving it attention On Wed, May 15, 2019 at 5:06 PM Morgan Rhodes wrote: > The bionic repo should be working again. Let us know if you have any more > issues. > > On Wed, May 15, 2019 at 1:45 PM Morgan Rhodes wrote: