Hi,

thanks for your answer.
But with this file + apache doing a directory purge on each run, isn't it
going to be add/remove the file in every run?

(custom_config is working like a charm)
TIA,
Arnau

2015-11-06 14:48 GMT+01:00 Matthew Hyclak <hyc...@gmail.com>:

> Could/should be as simple as
>
> class thruk {
>   package { 'thruck':
>     ensure => 'installed',
>   }
>   file { '/etc/httpd/conf.d/thruk.conf':
>     ensure => 'file',
>     require => Package['thruk'],
>   }
> }
>
> Salt to taste.
>
> On Fri, Nov 6, 2015 at 5:00 AM, Arnau <listsar...@gmail.com> wrote:
>
>> Hi Hunter,
>>
>> thanks for your answer.
>> I don't see how to do what you suggest, could you please give me a short
>> example?
>> (I was using apache::custom_config as a workaround)
>>
>> TIA,
>> Arnau
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Puppet Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to puppet-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/puppet-users/CAM69jx9Z5phMNuUpyEbVji7TjzV-zXpJ0MUhe5PxuX%3Din%2B7gSg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/puppet-users/CAM69jx9Z5phMNuUpyEbVji7TjzV-zXpJ0MUhe5PxuX%3Din%2B7gSg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/CAO7w0s6qNWzgAeYu13S9AOGFoq6D-W%2B8JfUQVtFfuxCZ39Q%2Bjg%40mail.gmail.com
> <https://groups.google.com/d/msgid/puppet-users/CAO7w0s6qNWzgAeYu13S9AOGFoq6D-W%2B8JfUQVtFfuxCZ39Q%2Bjg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAM69jx-xWFoWq9EbwFUPiWtg4n5irSR3B55yxbX0r8j1NXvAqQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to