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

Add File Output Preview #846

Closed
moserja opened this issue Aug 3, 2016 · 1 comment
Closed

Add File Output Preview #846

moserja opened this issue Aug 3, 2016 · 1 comment

Comments

@moserja
Copy link

moserja commented Aug 3, 2016

It would be nice if you could have 2 columns for your examples. 1. that shows the puppet code 2. What file gets created on the system and the contents of that file

Example:

nginx::nginx_vhosts:
'testsite.org':
ssl: true

Creates file: sites-enabled/testsite.org
server {
listen *:443 ssl;
server_name testsite.org;

ssl on;
}

@wyardley
Copy link
Collaborator

wyardley commented Oct 8, 2016

Thanks for the feedback. I do hope we can make some improvements to the docs in general, and we will take this suggestion under consideration.

@wyardley wyardley closed this as completed Oct 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants