Jira (PUP-9239) The Puppet config set command does not seem to work for --section flag

2018-10-17 Thread Kevin Reeuwijk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kevin Reeuwijk updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9239  
 
 
  The Puppet config set command does not seem to work for --section flag   
 

  
 
 
 
 

 
Change By: 
 Kevin Reeuwijk  
 

  
 
 
 
 

 
 reported by [~kevin.reeuwijk]this still works normally:{code:java}puppet config set  {code}  But this  looks like it  does nothing:{code:java}puppet config set   --section master{code}  Repro'd on PE 2019.0.0 (GA) :{code:java}[root@master /]# puppet config set rich_data false --section master[root@master /]# puppet config print rich_data --section mastertrue[root@master /]# puppet config set rich_data false[root@master /]# puppet config print rich_datafalse{code} However, it turns out that the [master] section in puppet.conf *does* get updated correctly.What is broken is the "puppet config print rich_data --section master" command, as this outputs the wrong value.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To 

Jira (PUP-9239) The Puppet config set command does not seem to work for --section flag

2018-10-15 Thread Jorie Tappa (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jorie Tappa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9239  
 
 
  The Puppet config set command does not seem to work for --section flag   
 

  
 
 
 
 

 
Change By: 
 Jorie Tappa  
 
 
Team: 
 Coremunity  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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-9239) The Puppet config set command does not seem to work for --section flag

2018-10-15 Thread Adam Buxton (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adam Buxton created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9239  
 
 
  The Puppet config set command does not seem to work for --section flag   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2018/10/15 1:30 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Adam Buxton  
 

  
 
 
 
 

 
 reported by Kevin Reeuwijk this still works normally:  
 
 
 
 
 puppet config set
 
 
 
     But this does nothing:  
 
 
 
 
 puppet config set   --section master  
 
 
 
     Repro'd on PE 2019.0.0 (GA) :  
 
 
 
 
 [root@master /]# puppet config set rich_data false --section master