Compare commits
1 Commits
2b61b1817e
...
756382ec9f
Author | SHA1 | Date | |
---|---|---|---|
|
756382ec9f |
@ -3,8 +3,6 @@
|
|||||||
# Recipe:: blocksdir-mount
|
# Recipe:: blocksdir-mount
|
||||||
#
|
#
|
||||||
|
|
||||||
apt_package "cifs-utils"
|
|
||||||
|
|
||||||
include_recipe 'kosmos-bitcoin::user'
|
include_recipe 'kosmos-bitcoin::user'
|
||||||
|
|
||||||
bitcoin_user = node['bitcoin']['username']
|
bitcoin_user = node['bitcoin']['username']
|
||||||
@ -22,6 +20,8 @@ end
|
|||||||
|
|
||||||
case node["bitcoin"]["blocksdir_mount_type"]
|
case node["bitcoin"]["blocksdir_mount_type"]
|
||||||
when "cifs"
|
when "cifs"
|
||||||
|
apt_package "cifs-utils"
|
||||||
|
|
||||||
systemd_unit "mnt-data-blocks.mount" do
|
systemd_unit "mnt-data-blocks.mount" do
|
||||||
content({
|
content({
|
||||||
Unit: {
|
Unit: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user