Hello,
> `file:///` sources are local to the *agent*, not the *puppetserver*
>
ahh, thanks, that was the missing info. did not found this in docs.
Thanks,
Hajo
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group an
On Fri, 14 Jun 2019 at 08:45, Locke Hajo wrote:
> Hello,
>
> I suspect that you're misunderstanding something about how Puppet works,
>> because as far as I can tell, you're trying to copy
>> /etc/apache2/conf.d/testpuppet.conf to /etc/apache2/conf.d/testpuppet.conf.
>> (The same path)
>>
>> yes
Hello,
I suspect that you're misunderstanding something about how Puppet works,
> because as far as I can tell, you're trying to copy
> /etc/apache2/conf.d/testpuppet.conf to /etc/apache2/conf.d/testpuppet.conf.
> (The same path)
>
> yes i want to mirror a file from the master to my client. Fo
I suspect that you're misunderstanding something about how Puppet works,
because as far as I can tell, you're trying to copy
/etc/apache2/conf.d/testpuppet.conf to /etc/apache2/conf.d/testpuppet.conf.
(The same path)
It's relatively rare to use anything but a puppet:// URI in a file source
att
Hello List,
do my first steps with puppet an currently i have a working configuration.
In my test i sync a file /etc/apache2/conf.d/testpuppet.conf to the node
using this:
file { "/etc/apache2/conf.d/testpuppet.conf":
owner => root,
group => root,
mode => "644",
source => "puppet:///modules/apa