Displaying 1 result from an estimated 1 matches for "fileserverconf".
Did you mean:
fileserverconfig
2013 Jun 27
5
Is it possible to pass extra flags to Puppet via rspec?`
Hello,
I''m writing my first puppet function rspec test and am having a problem
which I don''t see how to solve.
The function (and the test) involve access to files through the File
Server. In order for the function (and the test) to work I need to pass
"--fileserverconf=fileserver.conf" parameter to Puppet.
So far I haven''t found a way to do that.
If I understand the rspec-puppet source
at https://github.com/rodjek/rspec-puppet/blob/master/lib/rspec-puppet.rb
correctly then the list of parameters I can pass is limited to the ones
mentioned in li...