Skip to content

Commit

Permalink
Merge pull request #131 from kzailac/devel
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
themiszamani authored Nov 5, 2024
2 parents e03088a + e8ec05a commit a585a3b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Release notes for argo-puppet module

### 1.8.4 - 5 Nov 2024

* AO-1002 Disable IPv6 through ARGO Puppet module

### 1.8.3 - 24 Jul 2024

* AO-991 Add the staging env certificate to the bundle
Expand Down
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,29 @@ forge 'http://forge.puppetlabs.com'
# Forge | Puppet modules
mod 'puppet-cron', '2.0.0'
mod 'puppet-systemd', '3.10.0'
mod 'puppetlabs-stdlib', '8.2.0'
mod 'richardc-datacat', '0.6.2'
mod 'sensu-sensu', '5.8.0'
# GitHub Lutak Srce modules
#GitHub Lutak Srce modules
mod 'umd',
:git => 'https://github.com/lutak-srce/umd'
:git => 'https://github.com/lutak-srce/umd',
:ref => 'master'
mod 'yum',
:git => 'https://github.com/lutak-srce/yum'
:git => 'https://github.com/lutak-srce/yum',
:ref => 'master'
mod 'gridcert',
:git => 'https://github.com/lutak-srce/gridcert'
:git => 'https://github.com/lutak-srce/gridcert',
:ref => 'master'
mod 'sysctl',
:git => 'https://github.com/lutak-srce/sysctl',
:ref => 'master'
# ARGO module
# ARGO modules
mod 'argo',
:git => 'https://github.com/ARGOeu/argo-puppet'
:git => 'https://github.com/argo/argo-puppet',
:ref => 'master'
```

## Usage - configurations
Expand Down Expand Up @@ -244,6 +253,14 @@ argo::mon::robotcert::key : 'puppet:///private/robotcert/robotkey.pem'
argo::mon::robotcert::cert: 'puppet:///private/robotcert/robotcert.pem'
```

### Disabling IPv6

In case the IPv6 needs to be disabled on the server, it is necessary only to set parameter:

```yaml
argo::mon::disable_ipv6: true
```

### Custom setup for certain probes

#### HTCondorCE probes
Expand Down

0 comments on commit a585a3b

Please sign in to comment.