OSDN Git Service

lxcs-0.1.8
[metasearch/grid-chef-repo.git] / cookbooks / lxcs / recipes / lxc.rb
index 53d144d..38497a6 100644 (file)
@@ -2,7 +2,7 @@
 # Cookbook Name:: lxcs
 # Recipe:: lxc
 #
-# Copyright 2017, whitestar
+# Copyright 2017-2021, whitestar
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -22,7 +22,9 @@ lxc_conf = node['lxcs']['lxc']
 [
   'curl',
   'lxc',
-  'yum'  # CentOS on lxc
+  'lxc-templates',
+  # Note: Ubuntu 20.04 LTS does not support yum package.
+  #'yum'  # CentOS on lxc
 ].each {|pkg|
   resources(package: pkg) rescue package pkg do
     action :install