Closed mkrakowitzer closed 9 years ago
When using this module to run my tests with strict variables, I typically get the below error:
Undefined variable "::path"; Undefined variable "path" at confluence/spec/fixtures/modules/staging/manifests/extract.pp:53 on node merritt-l.home
It does not seem to be correctly scoped. PR to follow shortly.
Resolved this by setting fact :path => '/usr/local/bin:/usr/bin:/bin',
:path => '/usr/local/bin:/usr/bin:/bin',
When using this module to run my tests with strict variables, I typically get the below error:
Undefined variable "::path"; Undefined variable "path" at confluence/spec/fixtures/modules/staging/manifests/extract.pp:53 on node merritt-l.home
./spec/classes/confluence_spec.rb:15:in `block (3 levels) in <top (required)>'
It does not seem to be correctly scoped. PR to follow shortly.