You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are no puppet manifests we get an error like this:
geoff@computer:~/github/puppet-windows_firewall$ make fast
cd .pdqtest && bundle exec pdqtest fast
Entered PDQTest from /home/geoff/github/puppet-windows_firewall/.pdqtest
---> syntax:manifests
---> syntax:templates
---> syntax:hiera:yaml
puppet-lint: no file specified or specified file does not exist
puppet-lint: try 'puppet-lint --help' for more information
fastcheck (syntax+lint): 💣
Error encountered running #<Proc:0x000055c7da5be990@/home/geoff/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/pdqtest-2.0.5/exe/pdqtest:144 (lambda)>
Overall: 💩
Cause
no puppet manifests to scan so they cant be scanned
Workaround
geoff@computer:~/github/puppet-windows_firewall$ mkdir manifests
geoff@computer:~/github/puppet-windows_firewall$ touch manifests/init.pp
geoff@computer:~/github/puppet-windows_firewall$ make fast
cd .pdqtest && bundle exec pdqtest fast
Entered PDQTest from /home/geoff/github/puppet-windows_firewall/.pdqtest
---> syntax:manifests
---> syntax:templates
---> syntax:hiera:yaml
fastcheck (syntax+lint): 😬
I'm downloading The Internet, please hold... 🐌
examples to run[]
No acceptance tests found, annotate examples with @PDQTest to make some
overall acceptance test status=true
Overall: 😎
The text was updated successfully, but these errors were encountered:
When there are no puppet manifests we get an error like this:
Cause
no puppet manifests to scan so they cant be scanned
Workaround
The text was updated successfully, but these errors were encountered: