OP#414 add smylink
This commit is contained in:
@@ -17,6 +17,11 @@ class confdroid_gitea::main::files (
|
|||||||
source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
|
source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/usr/local/bin/gitea':
|
||||||
|
ensure => 'link',
|
||||||
|
target => "${ga_opt_dir}/gitea",
|
||||||
|
}
|
||||||
|
|
||||||
file { $ga_config_file:
|
file { $ga_config_file:
|
||||||
ensure => 'file',
|
ensure => 'file',
|
||||||
owner => $ga_user,
|
owner => $ga_user,
|
||||||
|
|||||||
@@ -25,5 +25,7 @@ DISABLE_SSH = <%= @ga_disable_ssh %>
|
|||||||
SSH_PORT = <%= @ga_ssh_port %>
|
SSH_PORT = <%= @ga_ssh_port %>
|
||||||
SSH_LISTEN_PORT = <%= @ga_ssh_port %>
|
SSH_LISTEN_PORT = <%= @ga_ssh_port %>
|
||||||
LFS_START_SERVER = <%= @ga_start_lfs %>
|
LFS_START_SERVER = <%= @ga_start_lfs %>
|
||||||
START_SSH_SERVER = <%= @ga_start_ssh_server %>
|
START_SSH_SERVER = <%= @ga_start_ssh %>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user