Skip to content

Commit ed46fa5

Browse files
committed
(role/allsky-cam) update allskycam role
1 parent fd41a60 commit ed46fa5

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

hieradata/role/allsky-cam.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,11 @@ classes:
33
- "profile::core::common"
44
- "profile::core::nfsclient"
55
packages:
6+
- "awscli2"
67
- "libgphoto2"
78

8-
files:
9-
/dimm:
10-
ensure: "directory"
11-
mode: "1777"
12-
139
nfs::client_enabled: true
1410
nfs::client_mounts:
15-
/dimm:
16-
share: "dimm"
17-
server: "nfs-dimm.cp.lsst.org"
18-
atboot: true
1911
/project:
2012
share: "project"
2113
server: "nfs-project.cp.lsst.org"

spec/hosts/roles/allsky_cam_spec.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,9 @@
3030
it { is_expected.to compile.with_all_deps }
3131

3232
include_examples('common', os_facts:, site:)
33+
it { is_expected.to contain_package('awscli2') }
3334
it { is_expected.to contain_package('libgphoto2') }
3435

35-
it do
36-
is_expected.to contain_nfs__client__mount('/dimm').with(
37-
share: 'dimm',
38-
server: 'nfs-dimm.cp.lsst.org',
39-
atboot: true
40-
)
41-
end
42-
4336
it do
4437
is_expected.to contain_nfs__client__mount('/project').with(
4538
share: 'project',

0 commit comments

Comments
 (0)