Hello,

Does anybody know how to make rspec-puppet work with modules that use 
custom types for class parameters?  I am getting an error when I run spec 
tests such as follows.

# Puppet::ParseError:
      #   Expected parameter 'ensure' of 'Class[Logrotate]' to have type 
Logrotate::Ensurable, got String

The Logrotate::Ensurable type is defined in the logrotate module which is 
listed in .fixtures.yml. 

As a workaround I can use an older version of the logrotate module which 
does not include custom types but I'd rather have our tests match the 
production environment.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/dcc5425d-9745-4b5d-8b65-cb45666c532a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to