Removed NGINX repository
This commit is contained in:
parent
0fbf569a27
commit
152585c130
1 changed files with 2 additions and 9 deletions
|
@ -220,7 +220,7 @@
|
||||||
pull.args = ["--ff-only"]
|
pull.args = ["--ff-only"]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if (lookPath "apt") }}
|
{{- if (lookPath "apt-get") }}
|
||||||
### Netdata Debsecan
|
### Netdata Debsecan
|
||||||
[".local/share/netdata-debsecan"]
|
[".local/share/netdata-debsecan"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
|
@ -257,13 +257,6 @@
|
||||||
clone.args = ["--depth", "1"]
|
clone.args = ["--depth", "1"]
|
||||||
pull.args = ["--ff-only"]
|
pull.args = ["--ff-only"]
|
||||||
|
|
||||||
### NGINX
|
|
||||||
[".local/etc/nginx"]
|
|
||||||
type = "git-repo"
|
|
||||||
url = "https://gitlab.com/megabyte-labs/cloud/nginx-configs.git"
|
|
||||||
clone.args = ["--depth", "1"]
|
|
||||||
pull.args = ["--ff-only"]
|
|
||||||
|
|
||||||
### Rundeck
|
### Rundeck
|
||||||
[".local/system/src/var/lib/rundeck/libext/ansible-plugin-3.2.2.jar"]
|
[".local/system/src/var/lib/rundeck/libext/ansible-plugin-3.2.2.jar"]
|
||||||
type = "file"
|
type = "file"
|
||||||
|
@ -404,7 +397,7 @@
|
||||||
pull.args = ["--ff-only"]
|
pull.args = ["--ff-only"]
|
||||||
|
|
||||||
### JumpUSB
|
### JumpUSB
|
||||||
[".local/share/jumpusb"]
|
[".local/src/jumpusb"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "https://gitlab.com/megabyte-labs/jumpusb.git"
|
url = "https://gitlab.com/megabyte-labs/jumpusb.git"
|
||||||
clone.args = ["--depth", "1"]
|
clone.args = ["--depth", "1"]
|
||||||
|
|
Loading…
Reference in a new issue