diff options
| author | Dan Fandrich <danf@mageia.org> | 2026-02-21 18:52:35 -0800 |
|---|---|---|
| committer | Dan Fandrich <danf@mageia.org> | 2026-02-21 19:05:59 -0800 |
| commit | 12299baacbdd26b32de99370508b1ae79974240d (patch) | |
| tree | 8819ecaa6f0ebc1d91323922a1898c0057fea27d /manifests/nodes/duvel.pp | |
| parent | dff3eec23a755ceb24e758d959f89047263c1039 (diff) | |
| download | puppet-12299baa.tar puppet-12299baa.tar.gz puppet-12299baa.tar.bz2 puppet-12299baa.tar.xz puppet-12299baa.zip | |
Rename module paths to match classes
The refactor in commit e39155d4d changed class names but Puppet 3 seems
to require the module path name to match.
Diffstat (limited to 'manifests/nodes/duvel.pp')
| -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 e7dafa45..6c03038d 100644 --- a/manifests/nodes/duvel.pp +++ b/manifests/nodes/duvel.pp @@ -19,7 +19,7 @@ node duvel { include mga_buildsystem::mainnode include softwarekey include mgasoft - include spec-tree-reports + include spec_tree_reports include access_classes::committers include restrictshell::allow_git |
