1
0
Fork 0
puppet-walkthru/manifests/3-package-type.pp

10 lines
123 B
ObjectPascal
Raw Permalink Normal View History

2013-12-02 20:45:07 -05:00
# install vim
package { 'vim':
ensure => present,
}
# remove alpine-pico
package { 'alpine-pico':
ensure => absent,
}