diff options
author | Jani Välimaa <wally@mageia.org> | 2024-10-24 20:43:48 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-10-24 20:43:48 +0300 |
commit | 6cc136d2eedbfaa4fce17bb5903679e7d901247b (patch) | |
tree | 7abbd0a35511f1c55866ea1db6f931b347216e48 /manifests | |
parent | d3da2a4ff5f4a5a900ed764f2b4b2a8b3f93c5b6 (diff) | |
download | puppet-6cc136d2eedbfaa4fce17bb5903679e7d901247b.tar puppet-6cc136d2eedbfaa4fce17bb5903679e7d901247b.tar.gz puppet-6cc136d2eedbfaa4fce17bb5903679e7d901247b.tar.bz2 puppet-6cc136d2eedbfaa4fce17bb5903679e7d901247b.tar.xz puppet-6cc136d2eedbfaa4fce17bb5903679e7d901247b.zip |
Disable 'unused' reports::ii module on duvel
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/duvel.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes/duvel.pp b/manifests/nodes/duvel.pp index 70bbb242..772e43dc 100644 --- a/manifests/nodes/duvel.pp +++ b/manifests/nodes/duvel.pp @@ -13,7 +13,7 @@ node duvel { include subversion::client include subversion::server include puppet::master - include reports::ii + #include reports::ii include sshkeys::keymaster include mga_buildsystem::mainnode |