File: trusted.rb

package info (click to toggle)
puppet-module-puppet 18.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 660 kB
  • sloc: ruby: 2,055; sh: 15; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
RSpec.configure do |c|
  c.trusted_node_data = true
  c.trusted_server_facts = true
end