Skip to content
Snippets Groups Projects

Devel

Merged Måns Gezelius requested to merge devel into test
3 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
# Ensures python is installed
class tracingcarbon::python ( ) {
package { 'python39' :
ensure => 'installed',
Loading