Issue #22383 has been updated by Ethan Brown.

Status changed from In Topic Branch Pending Review to Merged - Pending Release

* Merged into stable as 
[a5c537baa5e622380a49fca4a735451b760dd3ec](https://github.com/puppetlabs/puppet/commit/a5c537baa5e622380a49fca4a735451b760dd3ec)
* Merged into master as 
[20dab40e24b74e03f4f7a3ee0f28d69848fa082e](https://github.com/puppetlabs/puppet/commit/20dab40e24b74e03f4f7a3ee0f28d69848fa082e)

----------------------------------------
Bug #22383: mount no longer allows true or false for atboot
https://projects.puppetlabs.com/issues/22383#change-97204

* Author: Chuck Schweizer
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: Andrew Parker
* Category: 
* Target version: 3.3.0
* Affected Puppet version: 3.3.0-rc2
* Keywords: 
* Branch: https://github.com/puppetlabs/puppet/pull/1879
----------------------------------------
Error: Failed to apply catalog: Parameter atboot failed on Mount[/home]: 
Invalid value true. Valid values are yes, no.


    mount { '/home':
      ensure   => 'mounted',
      device   => '/dev/mapper/rootvg-lv_home',
      fstype   => 'ext4',
      options  => 'defaults,nodev',
      dump     => '1',
      pass     => '2',
      remounts => true,
      atboot   => true,
    }


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to