[Puppet Users] Help unit testing profile with dependency on ntp 5.0 module (module data)

2016-10-30 Thread Stephen Nesbitt
All: I'm struggling to unit test a very simple profile with a dependency on the ntp 5.0.0 module - the ntp version implementing module data. The problem is that none of the default values for ntp are visible/available to the unit test as indicated by the failure: 1) profile::ntp::client with

Re: [Puppet Users] Help unit testing profile with dependency on ntp 5.0 module (module data)

2016-11-02 Thread Rob Nelson
I recently found onceover which has a rake task to generate the fixtures, https://github.com/dylanratcliffe/onceover#generate_fixtures, which has some advantages over my tool currently. I think I will reach out to Dylan to see if that can be abstracted out, as onceover may be a little heavyweight i