Compare commits
2 Commits
ed04753318
...
5a5f8425af
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a5f8425af | |||
| 97fe328312 |
@@ -5,4 +5,5 @@ run_list %w(
|
|||||||
kosmos_postgresql::firewall
|
kosmos_postgresql::firewall
|
||||||
kosmos_gitea::pg_db
|
kosmos_gitea::pg_db
|
||||||
kosmos_drone::pg_db
|
kosmos_drone::pg_db
|
||||||
|
kosmos-mastodon::pg_db
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ name "backup"
|
|||||||
|
|
||||||
depends 'logrotate'
|
depends 'logrotate'
|
||||||
depends 'mysql'
|
depends 'mysql'
|
||||||
|
depends 'postgresql'
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# Recipe:: default
|
# Recipe:: default
|
||||||
#
|
#
|
||||||
|
|
||||||
|
apt_package 'postgresql-client-12'
|
||||||
build_essential 'backup gem'
|
build_essential 'backup gem'
|
||||||
|
|
||||||
# Don't try to install packages on older Ubuntu, the repositories are 404
|
# Don't try to install packages on older Ubuntu, the repositories are 404
|
||||||
|
|||||||
Reference in New Issue
Block a user