add package to install - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -14,5 +14,10 @@ class puppet_cd::main::install (
|
||||
package { $pt_server_pkg:
|
||||
ensure => $pt_pkg_ensure,
|
||||
}
|
||||
if $pt_use_puppetdb == true {
|
||||
package { $pt_puppetdb_pkg:
|
||||
ensure => $pt_pkg_ensure,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user