Issue #15024 has been updated by Patrick Carlisle.
I think this is a packaging problem. The error message is poorly worded but it's saying that it is removing the mount from the configuration because the path did not exist. We probably shouldn't ship a config file with a nonexistent mount configured. ---------------------------------------- Bug #15024: Error: Removing mount files: /etc/puppet/files does not exist https://projects.puppetlabs.com/issues/15024#change-65002 Author: Chris Price Status: Unreviewed Priority: High Assignee: Patrick Carlisle Category: Target version: 3.0.0 Affected Puppet version: 3.0.0rc3 Keywords: Branch: Repro steps, starting with a clean debian 6 vm (probably would work on any other platform as well) wget http://apt.puppetlabs.com/puppetlabs-release-devel_1.0-2_all.deb dpkg -i ./puppetlabs-release-devel_1.0-2_all.deb apt-get update apt-get install puppetmaster echo "notify {'hi':}" > test.pp puppet apply ./test.pp output: Error: Removing mount files: /etc/puppet/files does not exist or is not a directory hi /Stage[main]//Notify[hi]/message: defined 'message' as 'hi' Finished catalog run in 0.01 seconds -- 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://projects.puppetlabs.com/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.
