OSDN Git Service

samba-grid-0.2.1: adds `samba-vfs-modules` installation. samba-grid-0.2.1
authorwhitestar <whitestar@users.osdn.me>
Sat, 21 Aug 2021 02:31:28 +0000 (11:31 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sat, 21 Aug 2021 02:31:28 +0000 (11:31 +0900)
cookbooks/samba-grid/CHANGELOG.md
cookbooks/samba-grid/recipes/server.rb
cookbooks/samba-grid/version

index f42135b..82c89f7 100644 (file)
@@ -1,5 +1,9 @@
 # samba-grid CHANGELOG
 
+0.2.1
+-----
+- adds `samba-vfs-modules` installation.
+
 0.2.0
 -----
 - adds autopilot features.
index b1ac196..156660c 100644 (file)
@@ -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