Skip to content

Instantly share code, notes, and snippets.

@oholiab
Created May 2, 2013 14:00
Show Gist options
  • Save oholiab/5502380 to your computer and use it in GitHub Desktop.
Save oholiab/5502380 to your computer and use it in GitHub Desktop.
memcached package version pinning that is not working
bundle agent memcached_package{
packages:
"memcached"
package_policy => "addupdate",
package_select => "==",
package_version => "1.4.14",
package_method => apt,
package_architectures => { "x86_64" };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment