genpuppet is a script to automatically generate a puppet manifest based on a series of user inputs. Think of it as a kernel "make config" for puppet. With genpuppet, the most frequently used resources are prompted for so one can quickly generate a working manifest without having to concentrate on syntax and spacing.
| Tags | Puppet |
|---|---|
| Licenses | GPL v2 Or Later |
| Implementation | Perl |
Recent releases


Release Notes: There are major changes to support more resources with less code. This release handles the following puppet resource types: file, service, package, exec, computer, cron, group, host, mailalias, mount, notify, ssh_authorized_keys, sshkey, and user. A configuration file is used to specify resource type and its parameters, and it is easily extensible.