Update git submodules

* Update puppet-pacemaker from branch 'master'
  - Make pacemaker_resource serializable
    
    Change the internal storage of resource operations from a Set to an
    Array of Hashes. This prevents an error when a Puppet Agent tries to
    serialize the data to its transaction store and fails to re-read it
    with:
    
    Error: Transaction store file
    /opt/puppetlabs/puppet/cache/state/transactionstore.yaml is corrupt
    ((/opt/puppetlabs/puppet/cache/state/transactionstore.yaml): Tried to
    load unspecified class: Set); replacing
    
    To support the change, the handling of operations is generally stricter,
    preferring to raise an error on unexpected input instead of silently
    dropping invalid entries or attempting to convert them.
    
    Change-Id: I4bee307c81d606981574cd0004150f6f3f31f81e
This commit is contained in:
Thomas Equeter 2020-03-10 11:28:12 +01:00 committed by Gerrit Code Review
parent aad8336858
commit a4adace76f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 2b6d519180db96c9a76457e5ac4fbce1bcf9ec87
Subproject commit dcc14c8537efb5e75b201cbe5048d9d42c0021d1