Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 789 Bytes

rundeck_resource_repository.md

File metadata and controls

32 lines (21 loc) · 789 Bytes

rundeck_repository

Use the repository resource to install a package repository that contains the Rundeck packages.

Syntax

The full syntax for all of the properties available to the repository resource is:


rundeck_repository 'rundeck repo' do
  package_uri                   String # URI to the package repository.
  gpgkey                        String # GPG Key used to sign packages.
  gpgcheck                      [true, false] # Whether to perform GPG verification on packages.
end

Actions

:install

      Install the package repository. This is the only, and default, action.

Examples

Install the default Rundeck public repository

rundeck_repository 'Rundeck Public' do
end