You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @QueerCodingGirl for raising issue as well as coming back with solution. That's exactly the way you can manage the vhost using ensure => 'absent' in apache::vhost resource if you don't wanted to include in enabled sites.
And if you want it back then you either can remove this key pair or replace value with ensure => 'present' which will bring back in enabled sites.
Closing the issue. Please feel free to reopen if anything more needed. Thanks
Use Case
I would like to have a vhost available on a node, but not enabled atm
The text was updated successfully, but these errors were encountered: