Replace omnibus_updater with chef_client_updater

omnibus_updater is deprecated
This commit is contained in:
Greg Karékinian
2017-05-02 11:53:33 +02:00
parent 030b2501eb
commit 943b4ace1f
23 changed files with 285 additions and 677 deletions

View File

@@ -978,15 +978,18 @@
}
},
{
"name": "omnibus_updater",
"name": "chef_client_updater",
"dependencies": [
[
"compat_resource",
">= 12.16.3"
]
],
"version": "3.0.2",
"version": "1.0.2",
"source": {
"type": "Batali::Source::Site",
"url": "https://supermarket.chef.io:443/api/v1/cookbooks/omnibus_updater/versions/3.0.2/download",
"version": "3.0.2"
"url": "https://supermarket.chef.io:443/api/v1/cookbooks/chef_client_updater/versions/1.0.2/download",
"version": "1.0.2"
}
},
{