Skip to content
Snippets Groups Projects
Commit e12b75b0 authored by Henry Fröcklin's avatar Henry Fröcklin
Browse files

Updated python.

parent 0da708f6
No related branches found
No related tags found
No related merge requests found
# well ... # well ...
class vlc::python () { class vlc::python () {
package { 'python3': package { 'python3.11':
ensure => 'installed',
}
package { 'python3.9':
ensure => 'installed', ensure => 'installed',
} }
$packages = ['python3-gunicorn', 'python3-django3', 'python3-virtualenv'] $packages = ['python3-gunicorn', 'python3-django3', 'python3-virtualenv']
package { $packages: package { $packages:
ensure => 'installed', ensure => 'installed',
require => Package['python3'], require => Package['python3.11'],
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment