Allow to use ordering in dicts

label:
  test:
    input:
      asd:
        test: 2
        require:
          - bsd
      bsd:
        test: 1

Change-Id: I330778a4d9efa554b55def4251ec948cdced3659
diff --git a/metadata.yml b/metadata.yml
index da0562d..01b4ee2 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,3 +1,6 @@
 name: "fluentd"
 version: "1.0"
 source: "https://github.com/salt-formulas/salt-formula-fluentd"
+dependencies:
+- name: salt
+  source: "https://github.com/salt-formulas/salt-formula-salt"