* Add .gitignore for swp and puppet module's pkg files.

This commit is contained in:
gardouille 2015-01-20 11:34:17 +01:00
parent ab435e54d4
commit 3db5703c49
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
##### Changes
* Edit dependencies range.
* Change optional parameter order for the ipmi::ressource::user
---------------------------------------

View File

@ -29,7 +29,7 @@
#
# 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 {
path => ['/bin','/sbin','/usr/bin','/usr/sbin'],