add correct tag

This commit is contained in:
Arne Teuke
2025-02-24 12:22:07 +01:00
parent b674114ec8
commit 0a520f68de
3 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ class cd_alloy::main::dirs (
# main config dir # main config dir
file { $ay_main_dir: file { $ay_main_dir:
ensure => directory, ensure => directory,
path => $ay_main_dir,
owner => 'root', owner => 'root',
group => 'root', group => 'root',
mode => '0770', mode => '0770',

View File

@@ -9,7 +9,7 @@ class cd_alloy::main::install (
require cd_alloy::main::yumrepo require cd_alloy::main::yumrepo
package {$repackages: package { $repackages:
ensure => $pkg_ensure, ensure => $pkg_ensure,
} }
} }

View File

@@ -1,3 +1,4 @@
## cd_alloy::main::service.pp
# Module name: cd_alloy # Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com) # Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the alloy service # @summary Class manages the alloy service