If you get an error like this for a puppet mount:
$ > puppet agent --test
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for example.makandra.de
Info: Applying configuration version '1483001792'
Info: Computing checksum on file /etc/fstab
Info: FileBucket got a duplicate file {md5}34b9adc036cf1dbd2392df84f921547d
Notice: /Stage[main]/Foobar/Swap_file::Files[default]/Mount[/var/swapfile]/ensure: defined 'ensure' as 'defined'
Error: /Stage[main]/Foobar/Swap_file::Files[default]/Mount[/var/swapfile]: Could not evaluate: Field 'device' is required
Notice: Finished catalog run in 12.39 seconds
it's possible there is a "problem" in your /etc/fstab
. I could fix it with rewriting the /etc/fstab
.
Posted by Kim Klotz to makandra dev (2016-12-29 11:45)