Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F25357302
D4056.id10589.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
931 B
Referenced Files
None
Subscribers
None
D4056.id10589.diff
View Options
diff --git a/pillar/core/network.sls b/pillar/core/network.sls
--- a/pillar/core/network.sls
+++ b/pillar/core/network.sls
@@ -45,7 +45,7 @@
windriver:
router:
interface: gre2
- addr: 172.27.27.254
+ addr: 172.27.27.251
node:
addr: 172.27.27.36
diff --git a/roles/core/certificates/acmesh.sls b/roles/core/certificates/acmesh.sls
--- a/roles/core/certificates/acmesh.sls
+++ b/roles/core/certificates/acmesh.sls
@@ -14,8 +14,15 @@
# Software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+{% if grains['os_family'] == 'freeBSD' %}
acme.sh:
pkg.installed
+{% else %}
+cmd.run:
+ - runas: root
+ - creates: /usr/local/sbin/acme
+ - name: git clone https://github.com/acmesh-official/acme.sh.git && cd ./acme.sh && ./acme.sh --install
+{% endif %}
# -------------------------------------------------------------
# Certificates directories
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 18:47 (20 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3616460
Default Alt Text
D4056.id10589.diff (931 B)
Attached To
Mode
D4056: Modified acme.sh pkg installation
Attached
Detach File
Event Timeline
Log In to Comment