The issue is that following git clone a new folder will be created "diskpart-cookbook". Uploading that to chef server will set the name for this cookbook as diskpart-cookbook, which will cause resource names to be DiskpartCookbookDisk. So the documentation should reflect that, or suggest renaming the folder. Also adding provides :diskpart_disk to the resource definition works.
The issue is that following git clone a new folder will be created "diskpart-cookbook". Uploading that to chef server will set the name for this cookbook as diskpart-cookbook, which will cause resource names to be DiskpartCookbookDisk. So the documentation should reflect that, or suggest renaming the folder. Also adding
provides :diskpart_disk
to the resource definition works.