* Add .gitignore for swp and puppet module's pkg files.
This commit is contained in:
parent
ab435e54d4
commit
3db5703c49
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
##### Changes
|
##### Changes
|
||||||
* Edit dependencies range.
|
* Edit dependencies range.
|
||||||
|
* Change optional parameter order for the ipmi::ressource::user
|
||||||
|
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#
|
#
|
||||||
# Ensure this user is +enable+ or +disable+.
|
# Ensure this user is +enable+ or +disable+.
|
||||||
#
|
#
|
||||||
define ipmi::ressource::user ( $user = $title, $password, $user_id = '2', $channel_id = '1', $state = 'enable' ) {
|
define ipmi::ressource::user ( $user = $title, $password = '', $user_id = '2', $channel_id = '1', $state = 'enable' ) {
|
||||||
|
|
||||||
Exec {
|
Exec {
|
||||||
path => ['/bin','/sbin','/usr/bin','/usr/sbin'],
|
path => ['/bin','/sbin','/usr/bin','/usr/sbin'],
|
||||||
|
Loading…
Reference in New Issue
Block a user