From: whitestar Date: Sat, 21 Aug 2021 02:31:28 +0000 (+0900) Subject: samba-grid-0.2.1: adds `samba-vfs-modules` installation. X-Git-Tag: samba-grid-0.2.1^0 X-Git-Url: http://git.osdn.net/view?p=metasearch%2Fgrid-chef-repo.git;a=commitdiff_plain;h=1cb4eb5f9a3b9480f422f547b9ff68985400271a samba-grid-0.2.1: adds `samba-vfs-modules` installation. --- diff --git a/cookbooks/samba-grid/CHANGELOG.md b/cookbooks/samba-grid/CHANGELOG.md index f42135b..82c89f7 100644 --- a/cookbooks/samba-grid/CHANGELOG.md +++ b/cookbooks/samba-grid/CHANGELOG.md @@ -1,5 +1,9 @@ # samba-grid CHANGELOG +0.2.1 +----- +- adds `samba-vfs-modules` installation. + 0.2.0 ----- - adds autopilot features. diff --git a/cookbooks/samba-grid/recipes/server.rb b/cookbooks/samba-grid/recipes/server.rb index b1ac196..156660c 100644 --- a/cookbooks/samba-grid/recipes/server.rb +++ b/cookbooks/samba-grid/recipes/server.rb @@ -2,7 +2,7 @@ # Cookbook Name:: samba-grid # Recipe:: server # -# Copyright 2016-2018, whitestar +# Copyright 2016-2021, whitestar # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,6 +23,7 @@ platform_version = node['platform_version'] %w( samba smbclient + samba-vfs-modules ).each {|pkg| package pkg do action :install diff --git a/cookbooks/samba-grid/version b/cookbooks/samba-grid/version index 0ea3a94..0c62199 100644 --- a/cookbooks/samba-grid/version +++ b/cookbooks/samba-grid/version @@ -1 +1 @@ -0.2.0 +0.2.1