Jira (BOLT-1183) Improve documentation for using task metaparameters with powershell input method

2019-08-20 Thread Cas Donoghue (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cas Donoghue commented on  BOLT-1183  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Improve documentation for using task metaparameters with powershell input method   
 

  
 
 
 
 

 
 Moved to github issues.  https://github.com/puppetlabs/bolt/issues/1161   
 

  
 
 
 
 

 
 
 

 
 
 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.300387.1552608686000.62627.1566310680129%40Atlassian.JIRA.


Jira (BOLT-1183) Improve documentation for using task metaparameters with powershell input method

2019-08-15 Thread Yasmin Rajabi (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yasmin Rajabi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-1183  
 
 
  Improve documentation for using task metaparameters with powershell input method   
 

  
 
 
 
 

 
Change By: 
 Yasmin Rajabi  
 
 
Labels: 
 DOCS  ghm  
 

  
 
 
 
 

 
 
 

 
 
 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.300387.1552608686000.58800.1565912160126%40Atlassian.JIRA.


Jira (BOLT-1183) Improve documentation for using task metaparameters with powershell input method

2019-06-25 Thread Lucy Wyman (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lucy Wyman updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-1183  
 
 
  Improve documentation for using task metaparameters with powershell input method   
 

  
 
 
 
 

 
Change By: 
 Lucy Wyman  
 
 
Labels: 
 DOCS  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.300387.1552608686000.59515.1561477020172%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


Jira (BOLT-1183) Improve documentation for using task metaparameters with powershell input method

2019-03-14 Thread Cas Donoghue (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cas Donoghue created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-1183  
 
 
  Improve documentation for using task metaparameters with powershell input method   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2019/03/14 5:11 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Cas Donoghue  
 

  
 
 
 
 

 
 Improve discover-ability of documentation for how to to use task metaparameters in a powershell task. For example in order for a powershell task that uses the powershell input method to access the _installdir metaparameter the task must declare the _installdir as an expected parameter.  
 
 
 
 
 param($_installdir)   
 
 
 $data = "" -Path "$($_installdir)\test\files\data.txt"
  
 
 
 
   
 

  
 
 
 
 

 
 
 

 
 
 Add