ソースを参照

Install 'fuse' instead of 'fuse-utils'

The 'fuse-utils' package doesn't exist on Ubuntu 14.04 and is marked as a
transitional package on both Debian 7 and Ubuntu 12.04 that installs the
'fuse' package.

Since Debian 7 is the officially supported distribution we can safely
switch to install 'fuse' instead of 'fuse-utils' and we also gain
compatibility with Ubuntu 14.04.
Lorenzo Villani 10年前
コミット
e2e61a2f76
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      roles/common/tasks/encfs.yml

+ 1
- 1
roles/common/tasks/encfs.yml ファイルの表示

@@ -3,7 +3,7 @@
3 3
   with_items:
4 4
     - encfs
5 5
     - libfuse-dev
6
-    - fuse-utils
6
+    - fuse
7 7
 
8 8
 - name: Create encrypted directory
9 9
   file: state=directory path=/encrypted

読み込み中…
キャンセル
保存