Re: [Puppet Users] updating concat breaks puppet run

2020-08-21 Thread Andy Hall
thanks for the explanation I'll update our code then the module and try again... On Thursday, August 20, 2020 at 8:25:08 PM UTC+1 Ben Ford wrote: > Subscribe to Concat['/etc/exports'] instead. > > The concat type used to be a defined type that wrapped a file resource > many years ago. It's now

Re: [Puppet Users] updating concat breaks puppet run

2020-08-20 Thread Ben Ford
Subscribe to Concat['/etc/exports'] instead. The concat type used to be a defined type that wrapped a file resource many years ago. It's now a first class citizen itself. On Thu, Aug 20, 2020 at 4:28 AM Andy Hall wrote: > we have updated the concat module and it no longer likes our code...so >

[Puppet Users] updating concat breaks puppet run

2020-08-20 Thread Andy Hall
we have updated the concat module and it no longer likes our code...so this used to work fine... concat { "/etc/exports": ensure => present, } Concat::Fragment { content => "# HEADER: This file is managed by Puppet. DO NOT EDIT.\n", order => '0', } concat::fragment {