diff --git a/.gitignore b/.gitignore index 9522bf43..82571e49 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ vendor/ # vagrant stuff .vagrant/ .vagrant.d/ +Policyfile.lock.json diff --git a/Policyfile.lock.json b/Policyfile.lock.json deleted file mode 100644 index 0688a098..00000000 --- a/Policyfile.lock.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "revision_id": "b9d24e60ac21ab3c0ecba3453df8e0b255b2f00ae504f58b6828da5de4f5f4b4", - "name": "haproxy", - "run_list": [ - "recipe[test::package]" - ], - "named_run_lists": { - "config_2": [ - "recipe[test::config_2]" - ], - "config_3": [ - "recipe[test::config_3]" - ], - "config_acl": [ - "recipe[test::config_acl]" - ], - "config_array": [ - "recipe[test::config_array]" - ], - "config_backend_search": [ - "recipe[test::config_backend_search]" - ], - "config_custom_template": [ - "recipe[test::config_custom_template]" - ], - "config_fastcgi": [ - "recipe[test::config_fastcgi]" - ], - "config_resolver": [ - "recipe[test::config_resolver]" - ], - "config_ssl_redirect": [ - "recipe[test::config_ssl_redirect]" - ], - "package": [ - "recipe[test::package]" - ], - "source": [ - "recipe[test::source]" - ], - "source_24": [ - "recipe[test::source_24]" - ], - "source_26": [ - "recipe[test::source_26]" - ], - "source_28": [ - "recipe[test::source_28]" - ], - "source_28_pcre2": [ - "recipe[test::source_28_pcre2]" - ], - "source_lua": [ - "recipe[test::source_lua]" - ], - "source_openssl": [ - "recipe[test::source_openssl]" - ] - }, - "included_policy_locks": [ - - ], - "cookbook_locks": { - "haproxy": { - "version": "12.4.13", - "identifier": "2d7dc66eb12cece395df07e798f1d3f94e757140", - "dotted_decimal_identifier": "12804665166081260.64059604856183025.233067716636992", - "source": ".", - "cache_key": null, - "scm_info": { - "scm": "git", - "remote": "https://github.com/sous-chefs/haproxy.git", - "revision": "396d9112cf5d04b38206b178f4b92f220ba943a8", - "working_tree_clean": false, - "published": true, - "synchronized_remote_branches": [ - "origin/chore/policyfile-migration" - ] - }, - "source_options": { - "path": "." - } - }, - "test": { - "version": "0.0.1", - "identifier": "5e2218f2c1e05c80013463ac8232f64a91929a19", - "dotted_decimal_identifier": "26496138358153308.36030121541141042.270800130316825", - "source": "test/cookbooks/test", - "cache_key": null, - "scm_info": { - "scm": "git", - "remote": "https://github.com/sous-chefs/haproxy.git", - "revision": "396d9112cf5d04b38206b178f4b92f220ba943a8", - "working_tree_clean": false, - "published": true, - "synchronized_remote_branches": [ - "origin/chore/policyfile-migration" - ] - }, - "source_options": { - "path": "test/cookbooks/test" - } - }, - "yum-epel": { - "version": "5.0.10", - "identifier": "3ffd59317825177023566a99bf5940e29163cfd4", - "dotted_decimal_identifier": "18011483056645399.31564051454213977.71341846024148", - "cache_key": "yum-epel-0ae39de8b609c2904012f4da4cf261b6e3361f74", - "origin": "https://github.com/sous-chefs/yum-epel.git", - "source_options": { - "git": "https://github.com/sous-chefs/yum-epel.git", - "revision": "0ae39de8b609c2904012f4da4cf261b6e3361f74", - "branch": "main" - } - } - }, - "default_attributes": { - - }, - "override_attributes": { - - }, - "solution_dependencies": { - "Policyfile": [ - [ - "haproxy", - ">= 0.0.0" - ], - [ - "test", - ">= 0.0.0" - ], - [ - "yum-epel", - ">= 0.0.0" - ] - ], - "dependencies": { - "haproxy (12.4.13)": [ - [ - "yum-epel", - ">= 0.0.0" - ] - ], - "test (0.0.1)": [ - [ - "haproxy", - ">= 0.0.0" - ] - ], - "yum-epel (5.0.10)": [ - - ] - } - } -}