Skip to content

Commit

Permalink
Fix reST indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudveron committed Jul 19, 2019
1 parent 28c6003 commit 28932ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/nodedict.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,9 @@
"keyword": "repo",
"example": "http://opensvc.repo.corp",
"text": """Set the uri of the opensvc agent package repository and compliance modules gzipped tarball repository. This parameter is used by the 'nodemgr updatepkg' and 'nodemgr updatecomp' commands.
Expected repository structure::
ROOT
+- compliance
+- compliance-100.tar.gz
Expand All @@ -423,14 +425,17 @@
+- opensvc-1.9-49.rpm
+- opensvc-1.9-50.rpm
+- tbz
"""
},
{
"section": "node",
"keyword": "repopkg",
"example": "http://repo.opensvc.com",
"text": """Set the uri of the opensvc agent package repository. This parameter is used by the 'nodemgr updatepkg' command.
Expected repository structure::
ROOT
+- deb
+- depot
Expand All @@ -443,18 +448,22 @@
+- opensvc-1.9-49.rpm
+- opensvc-1.9-50.rpm
+- tbz
"""
},
{
"section": "node",
"keyword": "repocomp",
"example": "http://compliance.repo.corp",
"text": """Set the uri of the opensvc compliance modules gzipped tarball repository. This parameter is used by the 'nodemgr updatecomp' command.
Expected repository structure::
ROOT
+- compliance-100.tar.gz
+- compliance-101.tar.gz
+- current -> compliance-101.tar.gz
"""
},
{
Expand Down

0 comments on commit 28932ea

Please sign in to comment.