Issue #12330 has been updated by Chris Price.

Status changed from Unreviewed to Needs Decision
Assignee set to Pieter van de Bruggen

This appears to have some implications for UX; Pieter, we could use some input 
on those.
----------------------------------------
Feature #12330: Puppet module tool (PMT) should have the ability to create the 
scaffolding for a manifests
https://projects.puppetlabs.com/issues/12330

Author: Kelsey Hightower
Status: Needs Decision
Priority: Normal
Assignee: Pieter van de Bruggen
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Puppet module tool (PMT) should create the scaffolding for a manifests:

    puppet module manifest-create --name ssh --resources file user package

Should produce something like:

    $ cat ssh.pp
    # puppet documentation
    ...
    class ssh {
      file { 'resource_title'
        ensure => present,
        mode   => 0744,
      }
      ...
    }

It should support the ability to take preference from a configuration file.

    $ cat .puppetrc
    [defaults]
      resources: file, package, service

    [resources]
      ...
      [file]
        ensure = present
        mode   = 0744



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to