aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp
blob: 5f21981f04de60de91464d8e18c6c4d26b4874e7 (plain)
1
2
3
4
5
6
7
8
9
node 'nextcloud.h1.int.pdp7.net' {
  class {'nextcloud':
    database_name => 'nextcloud',
    database_user => 'nextcloud',
    database_host => 'pg.h1.int.pdp7.net',
    admin_pass => 'foo',
    data_dir => '/var/lib/nextcloud/data',
  }
}