Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-2649) Allow SetOutputFilter to be set on a directory. #1214

Merged
merged 1 commit into from
Sep 30, 2015
Merged

(MODULES-2649) Allow SetOutputFilter to be set on a directory. #1214

merged 1 commit into from
Sep 30, 2015

Conversation

traylenator
Copy link
Contributor

e.g

apache::vhost{'abc.example.org':
  directories => [
    { path              => '/path/to/filtered',
      set_output_filter => 'puppetdb-filter',
    },
  ],
}

e.g

```puppet
apache::vhost{'abc.example.org':
  directories => [
    { path              => '/path/to/filtered',
      set_output_filter => 'puppetdb-filter',
    },
  ],
}
```

* https://tickets.puppetlabs.com/browse/MODULES-2649
* http://httpd.apache.org/docs/current/mod/core.html#setoutputfilter
igalic added a commit that referenced this pull request Sep 30, 2015
(MODULES-2649) Allow SetOutputFilter to be set on a directory.
@igalic igalic merged commit d5265ea into puppetlabs:master Sep 30, 2015
@igalic
Copy link
Contributor

igalic commented Sep 30, 2015

thank you @traylenator!

@traylenator traylenator deleted the setoutputfilter branch October 1, 2015 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants