Class: Ansible::Ruby::Modules::Pkg5_publisher

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/packaging/os/pkg5_publisher.rb

Overview

IPS packages are the native packages in Solaris 11 and higher. This modules will configure which publishers a client will download IPS packages from.

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

#enabledSymbol?

Returns Is the repository enabled or disabled?.

Returns:

  • (Symbol, nil)

    Is the repository enabled or disabled?



25
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5_publisher.rb', line 25

attribute :enabled

#mirrorObject?

Returns A path or URL to the repository mirror.,Multiple values may be provided.

Returns:

  • (Object, nil)

    A path or URL to the repository mirror.,Multiple values may be provided.



33
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5_publisher.rb', line 33

attribute :mirror

#nameString

Returns The publisher’s name.

Returns:

  • (String)

    The publisher’s name.



13
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5_publisher.rb', line 13

attribute :name

#originString?

Returns A path or URL to the repository.,Multiple values may be provided.

Returns:

  • (String, nil)

    A path or URL to the repository.,Multiple values may be provided.



29
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5_publisher.rb', line 29

attribute :origin

#state:present, ...

Returns Whether to ensure that a publisher is present or absent.

Returns:

  • (:present, :absent, nil)

    Whether to ensure that a publisher is present or absent.



17
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5_publisher.rb', line 17

attribute :state

#stickySymbol?

Returns Packages installed from a sticky repository can only receive updates from that repository.

Returns:

  • (Symbol, nil)

    Packages installed from a sticky repository can only receive updates from that repository.



21
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5_publisher.rb', line 21

attribute :sticky