example42 / puppet-jboss

Jboss Puppet Module
http://www.example42.com
Other
15 stars 25 forks source link

Revert "Update init.pp" #19

Closed jhoblitt closed 10 years ago

jhoblitt commented 10 years ago

This reverts commit be15b99ecb92166baf4bb4463d3c5431c7c77574.

PR #14 both broke the rspec tests and introduced this catalog complication error:

Error: Parameter ensure failed on User[jboss]: Invalid value "file".
Valid values are present, absent, role.  at
/home/jhoblitt/nsa/modules/jboss/manifests/user.pp:20
Wrapped exception:
Invalid value "file". Valid values are present, absent, role.
alvagante commented 10 years ago

That change was due to an issue with symlinks. Proablly is better to fix directly user.pp, but will merge this and eventually change it later (on holidays now, my take some time)