def editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode=None):

		moduleReply = EasyModule.editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode)

		if target == C.RUNNING and (not moduleReply.isError()):
			self.rbacManager.refreshData(target)

		return moduleReply
Example #2
0
	def editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode=None):

		moduleReply = EasyModule.editConfig(self, defaultoperation, testoption, erroroption, target, confignode, targetnode)

		if target == C.RUNNING and (not moduleReply.isError()):
			self.rbacManager.refreshData(target)

		return moduleReply