def description(self):
     if cmp_str_with_none(self.want.description, self.have.description) is None:
         return cmp_str_with_none(self.want.description, self.have.folder_description)
     else:
         return self.want.description
예제 #2
0
 def description(self):
     return cmp_str_with_none(self.want.description, self.have.description)
 def ssl_client_cert(self):
     return cmp_str_with_none(self.want.ssl_client_cert, self.have.ssl_client_cert)
 def receive_disable(self):
     return cmp_str_with_none(self.want.receive_disable, self.have.receive_disable)
 def user_template(self):
     return cmp_str_with_none(self.want.user_template, self.have.user_template)
 def ssl_client_key(self):
     return cmp_str_with_none(self.want.ssl_client_key, self.have.ssl_client_key)
 def login_ldap_attr(self):
     return cmp_str_with_none(self.want.login_ldap_attr, self.have.login_ldap_attr)
예제 #8
0
 def include(self):
     return cmp_str_with_none(self.want.include, self.have.include)
 def service_policy(self):
     return cmp_str_with_none(self.want.service_policy, self.have.service_policy)
 def staged_policy(self):
     return cmp_str_with_none(self.want.staged_policy, self.have.staged_policy)
 def enforced_policy(self):
     return cmp_str_with_none(self.want.enforced_policy, self.have.enforced_policy)