summaryrefslogtreecommitdiff
path: root/manifests/params.pp
AgeCommit message (Collapse)Author
2018-12-10Correct lenses path augeas for Puppet4HEADmasterkwadronaut
2016-05-27Check for valid OS firstMickaël Canévet
2016-04-25ruby-augeas instead of libaugeas-rubyjostmart
root@x220:~# ruby --version ruby 2.1.5p273 (2014-11-13) [x86_64-linux-gnu] root@x220:~# dpkg -l | grep ruby-augeas ii ruby-augeas 1:0.5.0-3build1 amd64 Augeas bindings for the Ruby language root@x220:~# dpkg -l | grep libaugeas-ruby $ ruby --version ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] $ dpkg -l | grep ruby-augeas ii libaugeas-ruby 0.5.0-2 all Transitional package for ruby-augeas ii libaugeas-ruby1.9.1 0.5.0-2 all Transitional package for ruby-augeas ii ruby-augeas 0.5.0-2 amd64 Augeas bindings for the Ruby language
2015-08-31is_pe is not defined in Puppet open-sourceRaphaël Pinson
2015-08-27Update lens location for Puppet EnterpriseAlex Schultz
The lens location for Puppet Enterprise differs from the standard location for the opensource version. We can detect if we are running the enterprise version. This commit should resolve #52.
2015-08-12Merge pull request #50 from shamil/masterMickaël Canévet
Add support for Amazon Linux AMI
2015-08-12Initial support for Puppet 4 AIO package versionRoman Mueller
2015-06-14fix the ruby-augeas gem installation on SLES and openSUSETheo Chatzimichos
the current logic is broken, it pulls in the opposite package than what it should
2015-06-04Add support for Amazon Linux AMIAlex Simenduev
2015-01-21fixed package name for current SLES repo problemsOliver Bertuch
2015-01-20Fix augeas rubygem package name for SLES (had typo...).Oliver Bertuch
2015-01-20Fix augeas rubygem package name for SLES.Oliver Bertuch
2014-02-05Update params.pppoikilotherm
Corrected auto-indent on line 13 breaking the tests (not puppet ;))
2014-02-04Update params.pppoikilotherm
This can be used on Suse flavors via adding two repos: A) for recent puppet packages: https://build.opensuse.org/project/show/systemsmanagement:puppet (holding the actual rubygem-ruby-augeas package, official repos only include python-augeas *grrr*) B) for dependency rubygems on SLES 11 add the SLE11-SDK repo available from Novell, openSuSE status unknown
2013-04-05Better detection of ruby versionPatrick Hemmer
2013-03-22docRaphaël Pinson
2013-03-13Reorganize classesRaphaël Pinson