Postgres repo
This commit is contained in:
parent
a321d59de2
commit
1cf81473d1
@ -4,7 +4,7 @@ maintainer_email 'you@example.com'
|
|||||||
license 'All Rights Reserved'
|
license 'All Rights Reserved'
|
||||||
description 'Installs/Configures t42-common'
|
description 'Installs/Configures t42-common'
|
||||||
long_description 'Installs/Configures t42-common'
|
long_description 'Installs/Configures t42-common'
|
||||||
version '0.1.2'
|
version '0.1.3'
|
||||||
chef_version '>= 13.0'
|
chef_version '>= 13.0'
|
||||||
|
|
||||||
depends 'nodejs'
|
depends 'nodejs'
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
execute 'add key' do
|
||||||
|
command 'wget -qO - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -'
|
||||||
|
end
|
||||||
|
|
||||||
|
execute 'add repo' do
|
||||||
|
command 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
apt_update 'update' do
|
apt_update 'update' do
|
||||||
end.run_action(:update) if platform_family?('debian')
|
end.run_action(:update) if platform_family?('debian')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user