Checkpoint commit / importlib-inspect approach
[salty_linter.git] / salty_linter / data / salty_linter.yaml~
diff --git a/salty_linter/data/salty_linter.yaml~ b/salty_linter/data/salty_linter.yaml~
deleted file mode 100644 (file)
index 368dab8..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
----
-
-# Based on the 2018.3.2 salt release
-# This is a partial state/function/parameter database based on the states I use
-# Please submit merge requests for additional coverage
-
-type:
-  basic:
-  - boolean
-  - char
-  - mos   # map of strings
-  - string
-  - solos # string_or_list_of_strings: String | [String]
-  template:
-  - cheetah
-  - genshi
-  - jinja
-  - mako
-  - py
-  - wempy
-
-# states:
-#  state-name:
-#    function-name:
-#      parameter: type
-#      ...
-#    ...
-#  ...
-states:
-  file:
-      managed:
-        allow_empty: boolean
-        attrs: string
-        backup: string
-        check_cmd: string
-        contents: solos
-        contents_delimiter: char
-        contents_grains: string
-        contents_newline: boolean
-        contents_pillar: string
-        context: mos
-        create: boolean
-        defaults: mos
-        dir_mode: string
-        encoding: stirng
-        encoding_errors: string
-        follow_symlinks: boolean
-        group: string
-        keep_source: boolean
-        makedirs: boolean
-        mode: string
-        name: string
-        replace: boolean
-        skip_verify: boolean
-        show_changes: boolean
-        source: solos
-        source_hash: string
-        source_hash_name: string
-        template: template
-        tmp_ext: string
-        user: string
-        win_deny_perms: mos
-        win_inheritance: boolean
-        win_owner: string
-        win_perms: mos
-        win_perms_reset: boolean