That would do it. Usually Puppet attempts to reset things to their 'filesystem original' context.
I found it in the cache files. But that's certainly one way to force the issue. Trevor On Tue, Jan 17, 2017 at 3:51 PM, Branan Riley (JIRA) < [email protected]> wrote: > Branan Riley > <https://tickets.puppetlabs.com/secure/ViewProfile.jspa?name=branan> > *commented* on [image: Bug] PUP-7073 > <https://tickets.puppetlabs.com/browse/PUP-7073> > > Re: Comparisons between SELinux file categories should always translate to > the numeric version <https://tickets.puppetlabs.com/browse/PUP-7073> > > UPDATE: Adding a global file resource to enforce selinux settings did the > trick: > > File { > > selrange => 'SystemLow', > > } > > > > class { 'apache': > > default_vhost => false, > > } > > apache::vhost { 'vhost.example.com': > > port => '80', > > docroot => '/var/www/vhost', > > } > > [image: Add Comment] > <https://tickets.puppetlabs.com/browse/PUP-7073#add-comment> Add Comment > <https://tickets.puppetlabs.com/browse/PUP-7073#add-comment> > > This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) > [image: Atlassian logo] > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Bugs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/puppet-bugs. > For more options, visit https://groups.google.com/d/optout. > -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 x788 -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
