This website works better with JavaScript.
Home
Explore
Help
Sign In
dockeruser
/
puppet-pureftpd
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
3
Tags
40 KiB
Tree:
8b16eb0ac2
master
v1.0.2
v1.0.3
v1.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8b16eb0ac2'
${ noResults }
puppet-pureftpd
/
pkg
/
saz-pureftpd-0.0.1
/
manifests
/
install.pp
6 lines
108 B
Raw
Normal View
History
initial release
14 years ago
class
pureftpd
:
:
install
{
package
{
$pureftpd::params::package_name:
ensure
=>
present
,
}
}