Fabian Deutsch has uploaded a new change for review. Change subject: puppet: Pylint fix ......................................................................
puppet: Pylint fix Change-Id: I27e34b38825e985bdc139c870d5849225f563987 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/setup/puppet/puppet_page.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/11/18711/1 diff --git a/src/ovirt/node/setup/puppet/puppet_page.py b/src/ovirt/node/setup/puppet/puppet_page.py index 74e01fe..653cc6c 100644 --- a/src/ovirt/node/setup/puppet/puppet_page.py +++ b/src/ovirt/node/setup/puppet/puppet_page.py @@ -108,7 +108,6 @@ class Puppet(NodeConfigFileSection): """Class to handle Puppet configuration in /etc/default/ovirt file - >>> from ovirt.node.utils import fs >>> n = Puppet(fs.FakeFs.File("dst")) >>> n.update(True, "puppet.example.com", ... "http://localhost/path/to/cert") -- To view, visit http://gerrit.ovirt.org/18711 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I27e34b38825e985bdc139c870d5849225f563987 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
