freifunk-berlin / puppet

Deprecated: New infrastructure development is happening in https://github.com/freifunk-berlin/ansible
Other
2 stars 4 forks source link

migration to puppet version 5 #58

Closed pmelange closed 4 years ago

pmelange commented 5 years ago

On newer distributions (ubuntu 18, debian 9) puppet 5 is used. It would be good to migrate the puppet configurations to work with these newer distributions.

pmelange commented 5 years ago

It is not necessary to migrate to puppet5. The install script needs to be updated https://github.com/freifunk-berlin/puppet/blob/ae93143ae75a561e4f9fc9e4dbaeb0014077c575/scripts/install.sh#L3-L5

to use something like (adding the lsb_release of course):

wget http://apt.puppetlabs.com/puppet-release-xenial.deb
dpkg -i /tmp/puppet-release-xenial.deb
pmelange commented 4 years ago

Fixed in #66