Sha256: 4a326a0bc251d73a3d6424e0e26955ed783eb68ae74a78eb8fb281ea21422c16
Contents?: true
Size: 467 Bytes
Versions: 120
Compression:
Stored size: 467 Bytes
Contents
require_relative '../../puppet/application/indirection_base' class Puppet::Application::Facts < Puppet::Application::IndirectionBase # Allows `puppet facts` actions to be run against environments that # don't exist locally, such as using the `--environment` flag to make a REST # request to a specific environment on a master. There is no way to set this # behavior per-action, so it must be set for the face as a whole. environment_mode :not_required end
Version data entries
120 entries across 120 versions & 1 rubygems