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

@@ -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
# ----------------------------------------------------------------
framework.server.name = localhost
framework.server.hostname = localhost
framework.server.name = zira.898.ro
framework.server.hostname = zira.898.ro
framework.server.port = 4440
framework.server.url = http://localhost:4440
framework.server.url = http://192.168.1.2:4440
# ----------------------------------------------------------------
# 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=false
# change hostname here
grails.serverURL=http://localhost:4440
grails.serverURL=http://192.168.1.2:4440
dataSource.dbCreate = update
dataSource.url = jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true