Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
60eca0f4
authored
May 29, 2020
by
source_reader
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
migrate to ubuntu 20.04
parent
62cea37b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
bootstrap.sh
modules/docs/files/API_Demo.ipynb
modules/timescaledb/manifests/init.pp
bootstrap.sh
View file @
60eca0f4
...
...
@@ -11,13 +11,11 @@ cat > /etc/hosts <<EOF
EOF
#fi
#echo "nameserver 172.31.33.1" > /etc/resolv.conf
sudo
add-apt-repository ppa:wireguard/wireguard
-y
apt-get update
apt remove
--purge
libreoffice-
*
-y
>
/dev/null
apt-get upgrade
-y
wget https://apt.puppetlabs.com/puppet-release-
bionic
.deb
dpkg
-i
puppet-release-
bionic
.deb
wget https://apt.puppetlabs.com/puppet-release-
focal
.deb
dpkg
-i
puppet-release-
focal
.deb
add-apt-repository universe
apt-get update
apt install puppet-agent git r10k python3-pip build-essential
-y
...
...
modules/docs/files/API_Demo.ipynb
0 → 100644
View file @
60eca0f4
This diff is collapsed.
Click to expand it.
modules/timescaledb/manifests/init.pp
View file @
60eca0f4
...
...
@@ -20,14 +20,14 @@ class timescaledb {
}
apt::ppa
{
'ppa:timescale/timescaledb-ppa'
:
}
package
{
'timescaledb-postgresql-1
1
'
:
package
{
'timescaledb-postgresql-1
2
'
:
ensure
=>
'present'
,
require
=>
[
Apt
::
Source
[
'postgresql'
],
Apt
::
Ppa
[
'ppa:timescale/timescaledb-ppa'
]]
}
}
# timescaledb is compiled manually on the pi
class
{
'postgresql::globals'
:
version
=>
'1
1
'
,
version
=>
'1
2
'
,
}
class
{
'postgresql::server'
:
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment