Skip to content

Commit

Permalink
Revert "Add exclude for yum repo"
Browse files Browse the repository at this point in the history
This reverts commit baea6f9.
  • Loading branch information
deric committed Oct 20, 2023
1 parent baea6f9 commit 78008e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion manifests/repos.pp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
gpgkey => pick($kubernetes_yum_gpgkey,"https://pkgs.k8s.io/core:/stable:/v${minor_version}/rpm/repodata/repomd.xml.key"),
enabled => 1,
gpgcheck => 1,
exclude => 'kubelet kubeadm kubectl cri-tools kubernetes-cni',
}
}

Expand Down
1 change: 0 additions & 1 deletion spec/classes/repos_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@
'enabled' => '1',
'baseurl' => 'https://pkgs.k8s.io/core:/stable:/v1.28/rpm/',
'gpgkey' => 'https://pkgs.k8s.io/core:/stable:/v1.28/rpm/repodata/repomd.xml.key',
'exclude' => 'kubelet kubeadm kubectl cri-tools kubernetes-cni',
)
}
end
Expand Down

0 comments on commit 78008e4

Please sign in to comment.