Puppet Class: confdroid_gitea::params
- Defined in:
- manifests/params.pp
Summary
initializes the confdroid_gitea Puppet module.Overview
confdroid_gitea::params.pp Module name: confdroid_gitea Author: 12ww1160 (12ww1160@confdroid.com)
6 7 8 9 10 11 12 13 14 15 |
# File 'manifests/params.pp', line 6
class confdroid_gitea::params (
) {
# facts
$fqdn = $facts['networking']['fqdn']
$domain = $facts['networking']['domain']
$os_name = $facts['os']['name']
$os_release = $facts['os']['release']['major']
}
|