You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.
fstab { 'RemoveMountPoint':
source => '/dev/xvdb',
dest => '/mnt/ephemeral',
type => 'ext3',
ensure => absent,
}
Error during puppet run
Error: /Stage[main]/Main/Fstab[RemoveMountPoint]/Fstab::Augeas[RemoveMountPoint]/Augeas[RemoveMountPoint]: Could not evaluate: Error sending command 'match' with params nil/Unknown command
fstab
fstab { 'RemoveMountPoint':
source => '/dev/xvdb',
dest => '/mnt/ephemeral',
type => 'ext3',
ensure => absent,
}
Error during puppet run
Error: /Stage[main]/Main/Fstab[RemoveMountPoint]/Fstab::Augeas[RemoveMountPoint]/Augeas[RemoveMountPoint]: Could not evaluate: Error sending command 'match' with params nil/Unknown command
More details and debug output given here:
AlexCline/puppet-mounts#2
The text was updated successfully, but these errors were encountered: