voxpupuli / puppet-augeas

Helper for using augeas with puppet
Apache License 2.0
43 stars 82 forks source link

Support Debian oldstable/squeeze #27

Closed daks closed 11 years ago

daks commented 11 years ago

Hello,

I tried to use this module (as a dependency to your Postfix module) on a Debian squeeze system. The augeas packages are available but the module doesn't work because it checks the 'osfamily' fact and it's not available in the facter version available on squeeze.

daks commented 11 years ago

It exists an 'operatingsystem' fact which return 'Debian' too.

raphink commented 11 years ago

As stated in https://github.com/camptocamp/puppet-augeas/pull/28, we do not intend to support Facter < 1.7 anymore, as it just adds tons of cases for Operating Systems support for no good reason. I recommend you switch to Facter > 1.6.2 to use our modules.

daks commented 11 years ago

Ok, I understand.