
{"id":87,"date":"2014-07-15T18:24:53","date_gmt":"2014-07-15T18:24:53","guid":{"rendered":"http:\/\/pages.charlotte.edu\/mark-hamrick\/?p=87"},"modified":"2014-07-15T18:24:53","modified_gmt":"2014-07-15T18:24:53","slug":"puppet-and-centos-unattended-upgrades","status":"publish","type":"post","link":"https:\/\/pages.charlotte.edu\/mark-hamrick\/blog\/2014\/07\/15\/puppet-and-centos-unattended-upgrades\/","title":{"rendered":"Puppet and CENTOS Unattended Upgrades"},"content":{"rendered":"<p>Previously, only a few CENTOS server were used. Now that the number of CENTOS machines has increased, yum-cron is being used to automatically push out the updates.<\/p>\n<pre><code>https:\/\/github.com\/treydock\/puppet-yum_cron\r\n<\/code><\/pre>\n<p>The updates should be installed, not just downloaded, so the check_only option is set to no. The code that was used to include the module in the puppet manifest is below.<\/p>\n<pre><code>class { 'yum_cron':\r\n  check_only =&gt; 'no',\r\n}\r\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Previously, only a few CENTOS server were used. Now that the number of CENTOS machines has increased, yum-cron is being used to automatically push out the updates. https:\/\/github.com\/treydock\/puppet-yum_cron The updates should be installed, not just downloaded, so the check_only option is set to no. The code that was used to include the module in the [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-87","post","type-post","status-publish","format-standard","hentry","category-updates"],"_links":{"self":[{"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/posts\/87","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/comments?post=87"}],"version-history":[{"count":1,"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/posts\/87\/revisions"}],"predecessor-version":[{"id":88,"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/posts\/87\/revisions\/88"}],"wp:attachment":[{"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/media?parent=87"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/categories?post=87"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pages.charlotte.edu\/mark-hamrick\/wp-json\/wp\/v2\/tags?post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}