mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
10 lines
161 B
Puppet
10 lines
161 B
Puppet
class python::install {
|
|
include chocolatey
|
|
|
|
notice('Installing python')
|
|
|
|
package { 'python':
|
|
ensure => installed,
|
|
provider => 'chocolatey',
|
|
}
|
|
} |