소스 검색

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

Loading…
취소
저장