Skip to content

Commit 4e3c726

Browse files
authored
Merge pull request #284 from lsst-it/IT-2699_rpi_puppet
IT-2699: Raspberry profile for puppet
2 parents ae782cf + e4db250 commit 4e3c726

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
classes:
3+
- "profile::core::nfsclient"
4+
5+
files:
6+
/dimm:
7+
ensure: "directory"
8+
mode: "1777"
9+
10+
nfs::client_enabled: true
11+
nfs::client_mounts:
12+
/dimm:
13+
share: "dimm"
14+
server: "nfs1.cp.lsst.org"
15+
atboot: true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
classes:
3+
- "profile::core::common"
4+
5+
profile::core::common::deploy_icinga_agent: false

hieradata/site/cp/role/nfsserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nfs::nfs_v4_export_root_clients: >-
1010
139.229.146.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
1111
139.229.160.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
1212
139.229.165.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
13-
139.229.170.0/26(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
13+
139.229.170.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
1414
139.229.175.0/26(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
1515
139.229.175.128/25(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
1616
139.229.191.0/25(rw,fsid=root,insecure,no_subtree_check,async,root_squash)

0 commit comments

Comments
 (0)