Kevin Häfeli
Kevin Häfeli
my chrome 62 crashes when I'm loading the `puppetexplorer/#/facts` probably our facts list is too long. limiting it with paging etc would probably help
Hi, did you think about providers for FPM pools and other configurations? Like they do: https://forge.puppetlabs.com/puppetlabs/mysql#mysql_user https://forge.puppetlabs.com/jfryman/nginx (hiera support) the advantage is, that everybody could easily create pools etc over...
Idfix
#35 allow setting the user id over the resource. and workaround the issue with empty usernames & the default anonymous user (be careful here!)
I would recommend to use getter/setters in the provider. At least for setting the password. Command for checking / get the password value: `ipmitool user test 20 ` this returns...
An ipmitool created user can't login over the webinterface, if the ipmi messaging isn't set to "on": `ipmitool channel setaccess 1 6 link=off ipmi=on callin=off` 1 = channel 6 =...
if you lookup the `manufacturer` instead of the core fact `dmi['board']['manufacturer'] ` you'll get the system manufacturer instead of the board manufacturer. See more here: https://github.com/logicminds/bmclib/blob/master/lib/puppet/provider/bmcuser/ipmitool.rb#L79
Board: Intel OS: Debian 8.10 Packages: - ipmitool 1.8.14-4 - libopenipmi0 2.0.16-1.4 - openipmi 2.0.16-1.4 The function ` new_user_id() ` fails to create / assign an ID for the new...
Would be great to improve the ipmitool provider with the watchdog command. this helps to reboot the system, after x seconds, if the machine freezed. `ipmitool mc watchdog on`