Issue #2013 has been updated by immerda.
immerda wrote:'
> While testing HEAD of 0.24.x I discovered that mountpoints are added every
> run to the /etc/fstab and tried to be reloaded.
> This behaviour is not in 0.24.7
it happens only if the mount parameter has an alias defined. With the following
snippet I can reproduce the error:
<pre>
file{['/tmp/a', '/tmp/b' ]:
ensure => directory,
}
mount{'test_mount':
name => '/tmp/a',
atboot => true,
device => '/tmp/b',
ensure => mounted,
fstype => none,
options => 'bind',
remounts => true,
}
</pre>
leaving 'test_mount' away the problem doesn't occure.
----------------------------------------
Bug #2013: mountpoint is added every run to /etc/fstab
/issues/2013
Author: immerda
Status: Accepted
Priority: Normal
Assigned to:
Category:
Target version: 0.24.8
Complexity: Unknown
Affected version: 0.24.7
Keywords:
While testing HEAD of 0.24.x I discovered that mountpoints are added every run
to the /etc/fstab and tried to be reloaded.
This behaviour is not in 0.24.7
----------------------------------------
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---