Jira (PUP-1042) Puppet apply runmode should write classes.txt file

24 views
Skip to first unread message

Eric Sorenson (JIRA)

unread,
Jun 12, 2015, 1:13:59 PM6/12/15
to puppe...@googlegroups.com
Eric Sorenson updated an issue
 
Puppet / Bug PUP-1042
Puppet apply runmode should write classes.txt file
Change By: Eric Sorenson
Scrum Team: Client Platform
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d)
Atlassian logo

Erik Dalén (JIRA)

unread,
Jun 22, 2015, 7:46:16 AM6/22/15
to puppe...@googlegroups.com
Erik Dalén updated an issue
 
Change --write-catalog-summary option into a config setting
Change By: Erik Dalén
Summary: Puppet apply runmode should Change --  write  classes.txt file -catalog-summary option into a config setting

Christian Fasnacht (JIRA)

unread,
Jun 29, 2016, 9:56:06 AM6/29/16
to puppe...@googlegroups.com
Christian Fasnacht commented on Bug PUP-1042
 
Re: Change --write-catalog-summary option into a config setting

Are you planning to implement this, this would be really handy!

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

Christian Fasnacht (JIRA)

unread,
Jun 29, 2016, 10:19:04 AM6/29/16
to puppe...@googlegroups.com
Christian Fasnacht updated an issue
 
Change By: Christian Fasnacht
Comment:
Are you planning to implement this, this would be really handy!

Christian Fasnacht (JIRA)

unread,
Jun 29, 2016, 10:19:06 AM6/29/16
to puppe...@googlegroups.com
 
Re: Change --write-catalog-summary option into a config setting

puppet apply ... --write-catalog-summary
Did what I wanted, meaning update the classes.txt
thanks!

John Duarte (JIRA)

unread,
May 15, 2017, 1:40:03 PM5/15/17
to puppe...@googlegroups.com
John Duarte updated an issue
 
Change By: John Duarte
Team: Agent
This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe)
Atlassian logo

John Duarte (JIRA)

unread,
May 15, 2017, 1:40:03 PM5/15/17
to puppe...@googlegroups.com

Moses Mendoza (JIRA)

unread,
May 18, 2017, 1:44:34 PM5/18/17
to puppe...@googlegroups.com

Josh Cooper (JIRA)

unread,
Jun 19, 2019, 4:27:04 PM6/19/19
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Labels: help_wanted redmine
This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)
Atlassian logo

Josh Cooper (JIRA)

unread,
Jun 19, 2019, 5:19:03 PM6/19/19
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Labels: beginner help_wanted redmine

Josh Cooper (Jira)

unread,
Dec 2, 2020, 6:51:04 PM12/2/20
to puppe...@googlegroups.com
Josh Cooper commented on Bug PUP-1042
 
Re: Change --write-catalog-summary option into a config setting

Implementation Notes:

1. Add a new setting named write_catalog_summary in lib/puppet/defaults.rb of type :boolean, default to false
2. Change Puppet::Application::Agent#setup so it defaults the write_catalog_summary to true. The value specified in puppet.conf or command line should override the application default.
3. Update Puppet::Application::Agent help text to mention the write_catalog_summary setting.
4. Remove https://github.com/puppetlabs/puppet/blob/96029b003cfbb5303426cbc110f350a0d4b6af06/lib/puppet/application/apply.rb#L19
5. Update https://github.com/puppetlabs/puppet/blob/96029b003cfbb5303426cbc110f350a0d4b6af06/lib/puppet/configurer.rb#L121-L122 so that we only write the class file and resource file if Puppet[:write_catalog_summary] is true.

This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)
Atlassian logo

Josh Cooper (Jira)

unread,
Jan 26, 2021, 3:30:03 PM1/26/21
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Team: Coremunity Night's Watch

Josh Cooper (Jira)

unread,
Aug 31, 2021, 1:31:02 AM8/31/21
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Team: Night's Watch Coremunity
This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)
Atlassian logo

Josh Cooper (Jira)

unread,
Aug 31, 2021, 1:32:02 AM8/31/21
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Fix Version/s: PUP 7.11.0
Fix Version/s: PUP 6.25.0

Josh Cooper (Jira)

unread,
Aug 31, 2021, 1:32:03 AM8/31/21
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Sprint: Week 2014-1-22 to 2014-1-29, Week 2014-1-29 to 2014-2-05, Week 2014-2-5 to 2014-2-12, Week 2014-2-19 to 2014-2-26, Week 2014-2-26 to 2014-3-5 , Coremunity Kanban

Josh Cooper (Jira)

unread,
Aug 31, 2021, 1:33:02 AM8/31/21
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Labels: beginner help_wanted redmine

Josh Cooper (Jira)

unread,
Aug 31, 2021, 2:46:03 PM8/31/21
to puppe...@googlegroups.com

Josh Cooper (Jira)

unread,
Sep 10, 2021, 1:13:03 AM9/10/21
to puppe...@googlegroups.com

Josh Cooper (Jira)

unread,
Sep 10, 2021, 1:16:02 AM9/10/21
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Release Notes: Enhancement
Release Notes Summary: Adds a "write_catalog_summary" setting to control whether the "resources.txt" and "classes.txt" files are written to disk after applying a catalog. By default, "puppet agent" and "puppet apply" behave the same as before. The latter will write those files by default, but "puppet apply" will not.

Claire Cadman (Jira)

unread,
Sep 13, 2021, 7:10:03 AM9/13/21
to puppe...@googlegroups.com
Claire Cadman updated an issue
Change By: Claire Cadman
Labels: doc-reviewed redmine
Reply all
Reply to author
Forward
0 new messages