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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/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, #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.



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

attribute :certname

#environmentString?

Returns Puppet environment to be used.

Returns:

  • (String, nil)

    Puppet environment to be used.



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

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.



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

attribute :execute

#facter_basenameString?

Returns Basename of the facter output file.

Returns:

  • (String, nil)

    Basename of the facter output file



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

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



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

attribute :facts

#logdest:stdout, ...

Returns Where the puppet logs should go, if puppet apply is being used.

Returns:

  • (:stdout, :syslog, nil)

    Where the puppet logs should go, if puppet apply is being used



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

attribute :logdest

#manifestObject?

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

Returns:

  • (Object, nil)

    Path to the manifest file to run puppet apply on.



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

attribute :manifest

#puppetmasterObject?

Returns The hostname of the puppetmaster to contact.

Returns:

  • (Object, nil)

    The hostname of the puppetmaster to contact.



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

attribute :puppetmaster

#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.



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

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.



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

attribute :timeout