OP#414 add service definition
This commit is contained in:
@@ -31,5 +31,14 @@ class confdroid_gitea::main::files (
|
||||
mode => '0640',
|
||||
content => template($ga_config_erb),
|
||||
}
|
||||
|
||||
file { $ga_service_file:
|
||||
ensure => 'file',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
content => template($ga_service_erb),
|
||||
notify => Exec['systemd-daemon-reload'],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user