saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2021-05-25 17:00:37 +03:00
parent 637c60ff06
commit 2dee5555fa
8 changed files with 14 additions and 4 deletions

View File

@@ -4434,6 +4434,9 @@ maybe chmod 0640 'rundeck/admin.aclpolicy'
maybe chown 'rundeck' 'rundeck/apitoken.aclpolicy' maybe chown 'rundeck' 'rundeck/apitoken.aclpolicy'
maybe chgrp 'rundeck' 'rundeck/apitoken.aclpolicy' maybe chgrp 'rundeck' 'rundeck/apitoken.aclpolicy'
maybe chmod 0640 'rundeck/apitoken.aclpolicy' maybe chmod 0640 'rundeck/apitoken.aclpolicy'
maybe chown 'rundeck' 'rundeck/artifact-repositories.yaml'
maybe chgrp 'rundeck' 'rundeck/artifact-repositories.yaml'
maybe chmod 0664 'rundeck/artifact-repositories.yaml'
maybe chown 'rundeck' 'rundeck/framework.properties' maybe chown 'rundeck' 'rundeck/framework.properties'
maybe chgrp 'rundeck' 'rundeck/framework.properties' maybe chgrp 'rundeck' 'rundeck/framework.properties'
maybe chmod 0640 'rundeck/framework.properties' maybe chmod 0640 'rundeck/framework.properties'

View File

@@ -0,0 +1,7 @@
repositories:
- repositoryName: Official
enabled: true
type: HTTP
owner: RUNDECK
- repositoryName: private
type: STORAGE_TREE

View File

@@ -5,10 +5,10 @@
# Rundeck server connection information # Rundeck server connection information
# ---------------------------------------------------------------- # ----------------------------------------------------------------
framework.server.name = localhost framework.server.name = zira.898.ro
framework.server.hostname = localhost framework.server.hostname = zira.898.ro
framework.server.port = 4440 framework.server.port = 4440
framework.server.url = http://localhost:4440 framework.server.url = http://192.168.1.2:4440
# ---------------------------------------------------------------- # ----------------------------------------------------------------
# Installation locations # Installation locations

View File

@@ -5,7 +5,7 @@ rdeck.base=/var/lib/rundeck
#rss.enabled if set to true enables RSS feeds that are public (non-authenticated) #rss.enabled if set to true enables RSS feeds that are public (non-authenticated)
rss.enabled=false rss.enabled=false
# change hostname here # change hostname here
grails.serverURL=http://localhost:4440 grails.serverURL=http://192.168.1.2:4440
dataSource.dbCreate = update dataSource.dbCreate = update
dataSource.url = jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true dataSource.url = jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true