add correct tag
This commit is contained in:
@@ -12,7 +12,6 @@ class cd_alloy::main::dirs (
|
||||
# main config dir
|
||||
file { $ay_main_dir:
|
||||
ensure => directory,
|
||||
path => $ay_main_dir,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0770',
|
||||
|
||||
@@ -9,7 +9,7 @@ class cd_alloy::main::install (
|
||||
|
||||
require cd_alloy::main::yumrepo
|
||||
|
||||
package {$repackages:
|
||||
package { $repackages:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
## cd_alloy::main::service.pp
|
||||
# Module name: cd_alloy
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the alloy service
|
||||
|
||||
Reference in New Issue
Block a user