Closed chr4 closed 8 years ago
/cc @sspans @aalmenar
Have you posted a new release to supermarket.chef.io ?
No, this branch is to test the changes, will release them afterward the merge to master.
Have you checked this out ?
Which particular section are you reffering to? I skimmed over it and couldn't find a section related to our problem here. Did I miss something?
Released in v3.0.0
This is another try to workaround the Chef-13 resource cloning issues.
This time removing some convenience features:
iptables_ng_rule
provider is usediptables-ng::install
recipe when providers are usedThe issue with the file resource in the
rule
provider can't be fixed directly, the previous attemt catching theResourceNotFound
exception lead to issues. Therefore, this workaround uses a random resource identifier (UNIX timestamp +rand(1000)
) to work around this.