Changes between Version 17 and Version 18 of jessie-stretch-upgrade


Ignore:
Timestamp:
Mar 9, 2018, 2:28:52 PM (7 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jessie-stretch-upgrade

    v17 v18  
    1919 * /etc/apt/apt.conf.d/50unattended-upgrades
    2020
     21== Change to puppet .pp file ==
     22
     23Each .pp file has the following lines:
     24
     25{{{
     26  class { "mayfirst::m_unattended_upgrades":
     27    uu_origin_patterns => [ "a=stable", "n=jessie-backports" ],
     28    uu_upgrade_email => $parent
     29  }
     30}}}
     31
     32Please remove the n=jessie-backports part so it simply reads:
     33
     34{{{
     35  class { "mayfirst::m_unattended_upgrades":
     36    uu_origin_patterns => [ "a=stable" ],
     37    uu_upgrade_email => $parent
     38  }
     39}}}
    2140
    2241== Purge ntp on virtual servers ==