somewhat borked
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
include:
|
||||
- base.hardware.{{ grains.get('hardware') | lower }}
|
||||
|
||||
|
||||
1
base/hardware/unknown.sls
Normal file
1
base/hardware/unknown.sls
Normal file
@@ -0,0 +1 @@
|
||||
#just a placeholder
|
||||
@@ -146,7 +146,7 @@ haproxy:
|
||||
name: www-http
|
||||
bind:
|
||||
- "*:80"
|
||||
- "*:443 ssl crt /etc/pki/chain ca-file /etc/pki/intca.crt"
|
||||
#- "*:443 ssl crt /etc/pki/chain ca-file /etc/pki/intca.crt"
|
||||
default_backend: auto
|
||||
acls:
|
||||
- host_auto hdr_beg(host) -i auto.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
include:
|
||||
- base.hostconfig.{{ grains.get('nodename') | regex_replace('[0-9]', '', ignorecase=True) }}
|
||||
#- base.hostconfig.{{ grains.get('nodename') | regex_replace('[0-9]', '', ignorecase=True) }}
|
||||
- base.hostconfig.{{ grains.get('nodename') }}
|
||||
|
||||
|
||||
2
base/hostconfig/yori.sls
Normal file
2
base/hostconfig/yori.sls
Normal file
@@ -0,0 +1,2 @@
|
||||
os:
|
||||
release: sid
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
include:
|
||||
- base.services
|
||||
- base.hardware
|
||||
#- base.hardware
|
||||
- base.hostconfig
|
||||
- base.sysctl
|
||||
- saltmine
|
||||
|
||||
Reference in New Issue
Block a user