Template:Host: Difference between revisions

From Chaosdorf Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
| {{{os|}}}
| {{{os|}}}
|-
|-
{{#if: {{{ssh_root_keys|}}}|{{!}}'''SSH Root Keys'''}}
! ssh root keys
{{#if: {{{ssh_root_keys|}}}|{{!}}{{{ssh_root_keys|}}}}}
| {{{ssh_root_keys|}}}
|-
|-
{{#if: {{{ssh_pam|}}}|{{!}}'''PAM enabled'''}}
! PAM enabled
{{#if: {{{ssh_pam|}}}|{{!}}{{rel|PAM|{{{ssh_pam|}}}}}}}
| {{{ssh_pam|}}}
|-
|-
{{#if: {{{ssh_user|}}}|{{!}}'''user login enabled'''}}
! user login enabled
{{#if: {{{ssh_user|}}}|{{!}}{{rel|user login|{{{ssh_user|}}}}}}}
| {{{ssh_user|}}}
|}
|}
{{Page variables}}
[[Category:Administration]]
[[Category:Administration]]
</includeonly>
</includeonly>

Revision as of 15:44, 16 February 2012

This is the 'Host' template. It should be called in the following format:

{{Host
|name=
|location=
|purpose=
|os=
|ssh_root_keys=
|ssh_pam=
|ssh_userlogin=
}}

Edit the page to see the template text.