Re: [Puppet Users] puppetlabs/ntp failing to find operatingsystem fact...

2014-04-21 Thread Kyle Anderson
Is this not just a mixup between $::operatingsystem and $::osfamily? On Fri, Apr 18, 2014 at 3:41 PM, R. Tyler Croy wrote: > > On 04/18/2014 10:24, Dennis Kirkpatrick wrote: > > I have run into a problem in using the puppetlabs/ntp module that I was > not expecting. In calling on puppetlabs-ntp

Re: [Puppet Users] puppetlabs/ntp failing to find operatingsystem fact...

2014-04-18 Thread R. Tyler Croy
On 04/18/2014 10:24, Dennis Kirkpatrick wrote: I have run into a problem in using the puppetlabs/ntp module that I was not expecting. In calling on puppetlabs-ntp::init in my rspec tests, I am getting a failure of ntp::params to find the correct fact for operationingsystem, which happens to be

[Puppet Users] puppetlabs/ntp failing to find operatingsystem fact...

2014-04-18 Thread Dennis Kirkpatrick
I have run into a problem in using the puppetlabs/ntp module that I was not expecting. In calling on puppetlabs-ntp::init in my rspec tests, I am getting a failure of ntp::params to find the correct fact for operationingsystem, which happens to be RedHat. I've even issued a test to see if I cou