forked from ungleich-public/cdist
there is no such thing as cdist install in master
remove all traces of it to prevent the ongoing merge issues when using the real thing Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
5b79a97d34
commit
3de9b869ac
21 changed files with 261 additions and 357 deletions
|
|
@ -99,11 +99,6 @@ class CdistType(object):
|
|||
"""Check whether a type is a singleton."""
|
||||
return os.path.isfile(os.path.join(self.absolute_path, "singleton"))
|
||||
|
||||
@property
|
||||
def is_install(self):
|
||||
"""Check whether a type is used for installation (if not: for configuration)"""
|
||||
return os.path.isfile(os.path.join(self.absolute_path, "install"))
|
||||
|
||||
@property
|
||||
def explorers(self):
|
||||
"""Return a list of available explorers"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue