mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
feat: add terraform and chrome fedora repositories
This commit is contained in:
parent
3adc241500
commit
d4c3fb11d3
1
salt/browser/files/repo/chrome.yum.asc
Symbolic link
1
salt/browser/files/repo/chrome.yum.asc
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
chrome.asc
|
8
salt/browser/files/repo/chrome.yum.repo
Normal file
8
salt/browser/files/repo/chrome.yum.repo
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[google-chrome]
|
||||||
|
name=google-chrome - $basearch
|
||||||
|
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-chrome
|
||||||
|
|
||||||
|
# vim: ft=toml
|
@ -6,13 +6,19 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
|
|
||||||
{% if grains['nodename'] != 'dom0' -%}
|
{% if grains['nodename'] != 'dom0' -%}
|
||||||
|
|
||||||
|
{% if grains['os_family']|lower == 'debian' -%}
|
||||||
include:
|
include:
|
||||||
|
- .install-repo
|
||||||
- utils.tools.common.update
|
- utils.tools.common.update
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
"{{ slsdotpath }}-installed":
|
"{{ slsdotpath }}-installed":
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
{% if grains['os_family']|lower == 'debian' -%}
|
||||||
- require:
|
- require:
|
||||||
|
- sls: {{ slsdotpath }}.install-repo
|
||||||
- sls: utils.tools.common.update
|
- sls: utils.tools.common.update
|
||||||
|
{% endif %}
|
||||||
- install_recommends: False
|
- install_recommends: False
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
|
@ -7,15 +7,19 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
|
|
||||||
{% if grains['nodename'] != 'dom0' -%}
|
{% if grains['nodename'] != 'dom0' -%}
|
||||||
|
|
||||||
|
{% if grains['os_family']|lower == 'debian' -%}
|
||||||
include:
|
include:
|
||||||
- .install-repo
|
- .install-repo
|
||||||
- utils.tools.common.update
|
- utils.tools.common.update
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
"{{ slsdotpath }}-installed":
|
"{{ slsdotpath }}-installed":
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
{% if grains['os_family']|lower == 'debian' %}
|
||||||
- require:
|
- require:
|
||||||
- sls: {{ slsdotpath }}.install-repo
|
- sls: {{ slsdotpath }}.install-repo
|
||||||
- sls: utils.tools.common.update
|
- sls: utils.tools.common.update
|
||||||
|
{% endif %}
|
||||||
- install_recommends: False
|
- install_recommends: False
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
|
1
salt/terraform/files/repo/terraform.yum.asc
Symbolic link
1
salt/terraform/files/repo/terraform.yum.asc
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
terraform.asc
|
15
salt/terraform/files/repo/terraform.yum.repo
Normal file
15
salt/terraform/files/repo/terraform.yum.repo
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[hashicorp]
|
||||||
|
name=Hashicorp Stable - $basearch
|
||||||
|
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/stable
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https:///etc/pki/rpm-gpg/RPM-GPG-KEY-terraform
|
||||||
|
|
||||||
|
[hashicorp-test]
|
||||||
|
name=Hashicorp Test - $basearch
|
||||||
|
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/test
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https:///etc/pki/rpm-gpg/RPM-GPG-KEY-terraform
|
||||||
|
|
||||||
|
# vim: ft=toml
|
Loading…
Reference in New Issue
Block a user