Re: [Puppet Users] Puppet does not recognize bind mounts

2019-06-20 Thread Michael Watters
> target => '/etc/fstab', > } > > > -Original message- > *From:* Michael Watters > > *Sent:* Friday 7th June 2019 16:02 > *To:* Puppet Users > > *Subject:* [Puppet Users] Puppet does not recognize bind mounts > > I'm having an i

RE: [Puppet Users] Puppet does not recognize bind mounts

2019-06-11 Thread Bart-Jan Vrielink
#x27;mounted',   device  => '/home',   dump    => '0',   fstype  => 'none',   options => 'rw,bind,seclabel,relatime,errors=remount-ro',   pass    => '0',   target  => '/etc/fstab', } -Original message----- Fr

[Puppet Users] Puppet does not recognize bind mounts

2019-06-07 Thread Michael Watters
I'm having an issue with puppet repeatedly attempting to mount resources which are configured as bind mounts on one of my nodes. Here is a copy of the relevant lines from my manifest. $koji_fedora_releases = ['28', '29', '30'] $koji_fedora_releases.each |$release| { ['released', 'testing']