mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
7 lines
123 B
Puppet
7 lines
123 B
Puppet
class notepadplusplus::install {
|
|
package { 'notepadplusplus':
|
|
provider => chocolatey,
|
|
ensure => installed,
|
|
}
|
|
}
|