Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ca2a01a1 | 2015-08-24 11:24:26 | pkg_add doesn't set a non-zero return value upon failure, so check it's output to determine if a package cannot be installed and fail hard if that's the case instead of stating the package was succesfully installed. ok sebastia@ | ||
| f405ff1d | 2015-08-13 10:46:31 | in the service provider, stop using 'rcctl getall' in favor of 'ls all' in combination with 'get $svc flags'. this shaves several seconds off a regular puppet run, and over 50% on 'puppet resource service'. as discussed with aja@ also tested by sebastia@ | ||
| 9bd9e97e | 2015-08-11 20:19:45 | - update to puppet-3.8.2 also tested by sebastia@ | ||
| a21104a7 | 2015-07-24 19:19:52 | merged upstream | ||
| 752b039c | 2015-07-24 18:19:36 | fix ruby 2.2 warning; spotted by sebastia@ | ||
| e07f7c31 | 2015-07-18 21:07:40 | Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code the dependency, more modern ports don't need it. OK ajacoutot@ | ||
| aa3fa6c7 | 2015-07-18 15:46:11 | Remove unnecessary dependency on ruby-json. The json library is shipped with ruby 1.9+, and these ports support the json library that comes with ruby. While here, remove some MODRUBY_ICONV_DEPENDS as those only are necessary on ruby 1.8. OK jasper@ | ||
| 47e9fa3d | 2015-07-17 18:09:55 | print a warning when rcctl failed; instead of having the user guess at ruby error messages | ||
| d7bf193d | 2015-07-17 17:53:21 | unbreak runtime with ruby 2.2 | ||
| 373edc32 | 2015-07-17 05:54:45 | Missed bump after the ruby default version update. |