Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: do not ship 10periodic
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <s.rabot@lectra.com>
  • Loading branch information
Sylvain Rabot committed Sep 9, 2019
1 parent 5dbbce7 commit 9318daa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
9 changes: 0 additions & 9 deletions parts/k8s/cloud-init/masternodecustomdata.yml
Expand Up @@ -118,15 +118,6 @@ write_files:
content: !!binary |
{{CloudInitData "aptPreferences"}}

- path: /etc/apt/apt.conf.d/10periodic
permissions: "0644"
owner: root
content: |
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Unattended-Upgrade "1";
- path: /etc/apt/apt.conf.d/99periodic
permissions: "0644"
owner: root
Expand Down
9 changes: 0 additions & 9 deletions parts/k8s/cloud-init/nodecustomdata.yml
Expand Up @@ -98,15 +98,6 @@ write_files:
content: !!binary |
{{CloudInitData "aptPreferences"}}

- path: /etc/apt/apt.conf.d/10periodic
permissions: "0644"
owner: root
content: |
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Unattended-Upgrade "1";
- path: /etc/apt/apt.conf.d/99periodic
permissions: "0644"
owner: root
Expand Down
18 changes: 0 additions & 18 deletions pkg/engine/templates_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9318daa

Please sign in to comment.