diff options
author | Dan Fandrich <danf@mageia.org> | 2024-04-15 12:23:37 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-04-15 12:24:21 -0700 |
commit | 4d03088a94601a88436acb0b3c37effe2ea3b0ae (patch) | |
tree | c51a3bb03d6d73cccab19b487ac2d8c7046fbfd9 /modules | |
parent | 005bdc3eeb0944b2ad720760cc4c430ad663bd6b (diff) | |
download | puppet-4d03088a94601a88436acb0b3c37effe2ea3b0ae.tar puppet-4d03088a94601a88436acb0b3c37effe2ea3b0ae.tar.gz puppet-4d03088a94601a88436acb0b3c37effe2ea3b0ae.tar.bz2 puppet-4d03088a94601a88436acb0b3c37effe2ea3b0ae.tar.xz puppet-4d03088a94601a88436acb0b3c37effe2ea3b0ae.zip |
Fix a couple of yamllint errors in your-check config
It looks like these don't actually bother the YAML::AppConfig parser,
but it's still cleaner this way.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/youri-check/templates/cauldron.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/youri-check/templates/cauldron.conf b/modules/youri-check/templates/cauldron.conf index c6e9e6c1..651da40c 100644 --- a/modules/youri-check/templates/cauldron.conf +++ b/modules/youri-check/templates/cauldron.conf @@ -207,7 +207,7 @@ tests: # maxima: ~ # clisp: ~ - updates_fedora: + updates_fedora: class: Youri::Check::Test::Updates options: sources: @@ -229,7 +229,7 @@ tests: bash: ~ basesystem: ~ - updates_gnome: + updates_gnome: class: Youri::Check::Test::Updates options: sources: @@ -279,7 +279,7 @@ tests: class: Youri::Check::Test::Age options: max: <%= max_days %> days - pattern: %d days + pattern: "%d days" # reports definitions reports: |