|
|
| (2 versions intermédiaires par le même utilisateur non affichées) |
| Ligne 1 : |
Ligne 1 : |
| <div class="messagebox {{{class|}}}" style="border: 1px solid {{{bdcolor|#c4c295}}};padding: 0;margin: 10px 0;"> | | <noinclude>{{high-risk template|pagecount=all pages}}</noinclude> |
| <div style="background-color: {{{bgcolor|#f9f7df}}}; border: 1px solid {{{bdcolor|#c4c295}}}; color: {{{fgcolor|black}}}; padding: 5px; margin: 0 0; {{{style|}}}">{{ #if: {{{name|}}} | '''{{{name}}}''' | <span style="color:red;font-weight:bold;">name parameter not set</span> }}</div>
| | {{Spacewalk/widget|float={{{float|}}}|icon=IconRepo16.png|title=Dépôt|width=660px|content1= |
| <div style="margin:0 5px;">
| | * ''Repository Label'': {{ #if: {{{name|}}} | '''{{{name}}}''' | <span style="color:red;font-weight:bold;">name parameter not set</span> }} |
| Basic Channel Details
| | * ''Repository URL'': {{ #if: {{{url|}}} | '''{{{url}}}''' | <span style="color:red;font-weight:bold;">url parameter not set</span> }} |
| * ''Channel Name'': {{ #if: {{{name|}}} | '''{{{name}}}''' | <span style="color:red;font-weight:bold;">name parameter not set</span> }}
| | |content2={{ #if: {{{sslcacert|}}}{{{sslclientcert|}}}{{{sslclientkey|}}}| |
| * ''Channel Label'': {{ #if: {{{label|}}} | '''{{{label}}}''' | <span style="color:red;font-weight:bold;">label parameter not set</span> }}
| | * ''SSL CA Certificate '': {{ #if: {{{sslcacert|}}} | '''{{{sslcacert}}}''' | (none) }} |
| * ''Parent Channel'': {{ #if: {{{parent|}}} | '''{{{parent}}}''' | (none) }}
| | * ''SSL Client Certificate'': {{ #if: {{{sslclientcert|}}} | '''{{{sslclientcert}}}''' | (none) }} |
| * ''Yum Repository Checksum Type'': {{ #if: {{{checksum|}}} | '''{{{checksum}}}''' | <span style="color:red;font-weight:bold;">checksum parameter not set</span> }} | | * ''SSL Client Key'': {{ #if: {{{sslclientkey|}}} | '''{{{sslclientkey}}}''' | (none) }}}} |
| * ''Architecture'': {{ #if: {{{arch|}}} | '''{{{arch}}}''' | <span style="color:red;font-weight:bold;">arch parameter not set</span> }} | | }} |
| * ''Summary'': {{ #if: {{{summary|}}} | '''{{{summary}}}''' | <span style="color:red;font-weight:bold;">summary parameter not set</span> }}
| |
| </div>
| |
| <div style="margin:0 5px;">
| |
| Security: GPG {{ #if: {{{gpgurl|}}}{{{gpgid|}}}{{{gpgfingerprint|}}} |
| |
| * ''GPG key URL'': {{ #if: {{{gpgurl|}}} | '''{{{gpgurl}}}''' | <span style="color:red;font-weight:bold;">gpgurl parameter not set</span> }} | |
| * ''GPG key ID'': {{ #if: {{{gpgid|}}} | '''{{{gpgid}}}''' | <span style="color:red;font-weight:bold;">gpgid parameter not set</span> }} | |
| * ''GPG key Fingerprint'': {{ #if: {{{gpgfingerprint|}}} | '''{{{gpgfingerprint}}}''' | <span style="color:red;font-weight:bold;">gpgfingerprint parameter not set</span> }} | |
| | : (none) }}
| |
| </div>
| |
| </div>
| |