Re: [Puppet Users] Get resource from http

2018-01-07 Thread Khalid Hosein
On Wednesday, January 5, 2011 at 5:05:02 PM UTC-5, Patrick wrote: > > http://projects.puppetlabs.com/issues/5783 > > Ticket was moved to https://tickets.puppetlabs.com/browse/PUP-1072 and resolved. The HTTP/S source functionality for the file resource is now available in Puppet version >= 4.4.0

Re: [Puppet Users] Get resource from http

2011-01-05 Thread Daniel Pittman
Darn. Thanks for that: I didn't check the URL it sent me to after I created the ticket, sorry. Regards, Daniel On Wed, Jan 5, 2011 at 14:05, Patrick wrote: > http://projects.puppetlabs.com/issues/5783 > On Jan 5, 2011, at 1:53 PM, Brian Gallew wrote: > > "You are not authorized to access t

Re: [Puppet Users] Get resource from http

2011-01-05 Thread Patrick
http://projects.puppetlabs.com/issues/5783 On Jan 5, 2011, at 1:53 PM, Brian Gallew wrote: > "You are not authorized to access this page. > > On Wed, Jan 5, 2011 at 12:07 PM, Daniel Pittman wrote: > ...ideally, that answer should be "for now", because every second > person seems to want this fe

Re: [Puppet Users] Get resource from http

2011-01-05 Thread Brian Gallew
"You are not authorized to access this page. On Wed, Jan 5, 2011 at 12:07 PM, Daniel Pittman wrote: > ...ideally, that answer should be "for now", because every second > person seems to want this feature. Which will be helped if someone > filed a feature request. So, um, I did: > https://proje

Re: [Puppet Users] Get resource from http

2011-01-05 Thread Daniel Pittman
...ideally, that answer should be "for now", because every second person seems to want this feature. Which will be helped if someone filed a feature request. So, um, I did: https://projects.puppetlabs.com/issue_moves/new/5783 If you want this please watch that ticket and/or add comments about wh

Re: [Puppet Users] Get resource from http

2011-01-05 Thread Patrick
On Jan 4, 2011, at 10:13 PM, Dmytro Bablinyuk wrote: > How can I get resource from http? Short answer: You can't. Longer answer: You need to wrap a program that can (like curl or wget) in an exec. -- You received this message because you are subscribed to the Google Groups "Puppet Users" gr

[Puppet Users] Get resource from http

2011-01-04 Thread Dmytro Bablinyuk
Hi, I am trying to get resource from http (not from the file server), trying like this file { "/var/log/README.txt": source => "http://hg/some/path/tip/README.txt"; } But having error r...@puppet-client-ubuntu:~# puppetd --test info: Retrieving plugin info: Caching catalog for puppet-clien