[openstack-dev] [fuel-library] making task "apache" idempotent

2015-12-11 Thread Dmitry Bilunov
Hello. I am trying to pick a way of making puppet manifest fuel-library/deployment/puppet/osnailyfacter/modular/apache/apache.pp idempotent. During a normal execution flow, Fuel (fuel-astute, actually) would run "apache" task before running other tasks, which create virtual host configuration

Re: [openstack-dev] [fuel-library] making task "apache" idempotent

2015-12-11 Thread Aleksandr Didenko
Hi, I suppose disabling purge_configs is the only solution here. Running all the configuration in a single task does not fit well into deployment granularization philosophy. Regards, Alex On Fri, Dec 11, 2015 at 12:13 PM, Dmitry Bilunov wrote: > Hello. > > I am trying