lib/bolt/config.rb in bolt-1.22.0 vs lib/bolt/config.rb in bolt-1.23.0

- old
+ new

@@ -38,10 +38,10 @@ TRANSPORT_OPTIONS = %i[password run-as sudo-password extensions private-key tty tmpdir user connect-timeout cacert token-file service-url interpreters file-protocol smb-port].freeze - PUPPETFILE_OPTIONS = %w[proxy].freeze + PUPPETFILE_OPTIONS = %w[proxy forge].freeze def self.default new(Bolt::Boltdir.new('.'), {}) end