feat: add puppet-initial package
Build / build-9 (pull_request) Successful in 47s
Build / build-8 (pull_request) Successful in 25m22s

- deploy the puppet-initial service
- deploy the puppet-initial script
- prepare puppet service for puppet-initial
- ensure cert installed
This commit is contained in:
2025-04-23 20:25:13 +10:00
parent f508b1ea7f
commit c22329641e
10 changed files with 107 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/bash
nfpm pkg --config /app/resources/nfpm.yaml --target /app/dist --packager rpm
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
systemctl daemon-reload
systemctl enable puppet-initial.service
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
systemctl daemon-reload
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
systemctl stop puppet
systemctl disable puppet
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
systemctl stop puppet-initial.service