diff options
-rw-r--r-- | manifests/utils.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 8560e85..bd8f692 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -16,6 +16,14 @@ class nodo::utils inherits nodo::utils::base { ensure => present, } + # Python + package { [ + 'python3', + 'python-is-python3', + ]: + ensure => present, + } + # Not available in some old systems package { [ 'reboot-notifier', |