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
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;
}
The text was updated successfully, but these errors were encountered:
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;
}
The text was updated successfully, but these errors were encountered: