Jira (PUP-3772) Provide a package provider to manage Puppet modules

2017-05-18 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-3772 
 
 
 
  Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 

Change By:
 
 Moses Mendoza 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3772) Provide a package provider to manage Puppet modules

2017-05-15 Thread Sean McDonald (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sean McDonald updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-3772 
 
 
 
  Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 

Change By:
 
 Sean McDonald 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3772) Provide a package provider to manage Puppet modules

2016-10-24 Thread Kenaz Kwa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenaz Kwa commented on  PUP-3772 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 
 
Tim Purkerson - does Nick's solution work for you? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3772) Provide a package provider to manage Puppet modules

2016-10-19 Thread Nick Walker (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nick Walker commented on  PUP-3772 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 
 
Kenaz Kwa wouldn't puppet module install and puppet module update be something similar to a package manager?  
The best practice here would be to use a Puppetfile to deploy your modules with code manager / r10k. While you could certainly deploy puppet code with puppet, it seems like it'd be fraught with caveats. ( i.e. you need to deploy a new version of a module before you can use that code which you most likely can't do during the same puppet run ).  
A cool piece of functionality for finding out if your currently installed modules are out of date comes from Dylan Ratcliffe's onceover gem. You can get a listing of your current module versions compared to the latest.  
 
 
 
 
 
 
bundle exec onceover show puppetfile 
 
 
 
 
FULL NAME  | CURRENT VERSION | LATEST VERSION | OUT OF DATE?   
 
 
 
 
---|-||--- 
 
 
 
 
puppetlabs-inifile | 1.6.0   | 1.6.0  | No
 
 
 
 
puppetlabs-stdlib  | 4.12.0  | 4.13.1 | Minor 
 
 
 
 
puppetlabs-concat  | 2.2.0   | 2.2.0  | No
 
 
 
 
puppet-hiera   | 2.1.2   | 2.2.0  | Minor
 
 
 
 
 
 
 

Jira (PUP-3772) Provide a package provider to manage Puppet modules

2016-08-29 Thread Kenaz Kwa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenaz Kwa updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-3772 
 
 
 
  Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 
 
Assigning this one to the Puppet Developer Workflow team – looking for a solution to consume/update modules similar to a package manager. 
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenaz Kwa 
 
 
 

Team:
 
 Puppet Developer Support 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3772) Provide a package provider to manage Puppet modules

2014-12-18 Thread Heidi Pio (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Heidi Pio updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3772 
 
 
 
  Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 

Change By:
 
 Heidi Pio 
 
 
 

Scrum Team:
 
 CodeManagement 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3772) Provide a package provider to manage Puppet modules

2014-12-18 Thread Heidi Pio (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Heidi Pio updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3772 
 
 
 
  Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 

Change By:
 
 Heidi Pio 
 
 
 

Scrum Team:
 
 CodeManagement Modules 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3772) Provide a package provider to manage Puppet modules

2014-12-17 Thread Kylo Ginsberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kylo Ginsberg updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3772 
 
 
 
  Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kylo Ginsberg 
 
 
 

Assignee:
 
 KyloGinsberg RyanColeman 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.7#6337-sha1:2ed701e) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3772) Provide a package provider to manage Puppet modules

2014-12-16 Thread Tim Purkerson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tim Purkerson created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3772 
 
 
 
  Provide a package provider to manage Puppet modules  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Components:
 

 PMT, Types and Providers 
 
 
 

Created:
 

 2014/12/16 10:16 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Tim Purkerson 
 
 
 
 
 
 
 
 
 
 
User would like a package provider to manage Puppet modules. Here is their input from Zendesk: 
 
If I wanted to manage this module using puppet, it doesn't look like that's possible (out of the box anyway). I don't see a resource type and I don't see a package provider that looks like it would work with module tarballs. Is this supported?
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment