Class: Ansible::Ruby::Modules::Puppet

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/puppet.rb

Overview

Runs I(puppet) agent or apply in a reliable manner.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#certnameString?

Returns The name to use when handling certificates.

Returns:

  • (String, nil)

    The name to use when handling certificates.



42
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 42

attribute :certname

#debugObject?

Returns Enable full debugging.

Returns:

  • (Object, nil)

    Enable full debugging



60
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 60

attribute :debug

#environmentString?

Returns Puppet environment to be used.

Returns:

  • (String, nil)

    Puppet environment to be used.



34
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 34

attribute :environment

#executeString?

Returns Execute a specific piece of Puppet code.,It has no effect with a puppetmaster.

Returns:

  • (String, nil)

    Execute a specific piece of Puppet code.,It has no effect with a puppetmaster.



50
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 50

attribute :execute

#facter_basenameString?

Returns Basename of the facter output file.

Returns:

  • (String, nil)

    Basename of the facter output file.



30
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 30

attribute :facter_basename

#factsObject?

Returns A dict of values to pass in as persistent external facter facts.

Returns:

  • (Object, nil)

    A dict of values to pass in as persistent external facter facts.



27
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 27

attribute :facts

#logdest:stdout, ...

Returns Where the puppet logs should go, if puppet apply is being used. C(all)rnwill go to both C(stdout) and C(syslog).rn.

Returns:

  • (:stdout, :syslog, :all, nil)

    Where the puppet logs should go, if puppet apply is being used. C(all)rnwill go to both C(stdout) and C(syslog).rn



38
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 38

attribute :logdest

#manifestString?

Returns Path to the manifest file to run puppet apply on.

Returns:

  • (String, nil)

    Path to the manifest file to run puppet apply on.



23
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 23

attribute :manifest

#modulepathString?

Returns Path to an alternate location for puppet modules.

Returns:

  • (String, nil)

    Path to an alternate location for puppet modules.



19
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 19

attribute :modulepath

#puppetmasterObject?

Returns The hostname of the puppetmaster to contact.

Returns:

  • (Object, nil)

    The hostname of the puppetmaster to contact.



16
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 16

attribute :puppetmaster

#summarizeObject?

Returns Whether to print a transaction summary.

Returns:

  • (Object, nil)

    Whether to print a transaction summary



54
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 54

attribute :summarize

#tagsArray<String>, ...

Returns A comma-separated list of puppet tags to be used.

Returns:

  • (Array<String>, String, nil)

    A comma-separated list of puppet tags to be used.



46
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 46

attribute :tags

#timeoutString?

Returns How long to wait for I(puppet) to finish.

Returns:

  • (String, nil)

    How long to wait for I(puppet) to finish.



12
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 12

attribute :timeout

#verboseObject?

Returns Print extra information.

Returns:

  • (Object, nil)

    Print extra information



57
# File 'lib/ansible/ruby/modules/generated/system/puppet.rb', line 57

attribute :verbose