feat: add puppet-initial package
- deploy the puppet-initial service - deploy the puppet-initial script - prepare puppet service for puppet-initial - ensure cert installed
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/bash
|
||||
nfpm pkg --config /app/resources/nfpm.yaml --target /app/dist --packager rpm
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
systemctl daemon-reload
|
||||
systemctl enable puppet-initial.service
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
systemctl daemon-reload
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
systemctl stop puppet
|
||||
systemctl disable puppet
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
systemctl stop puppet-initial.service
|
||||
Reference in New Issue
Block a user