bundles: add zfs dataset to bundles
This commit is contained in:
parent
337b660f5a
commit
ce9f6dd7ba
8 changed files with 82 additions and 6 deletions
|
@ -4,6 +4,11 @@ defaults = {
|
|||
'postfix-pgsql': {},
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
'paths': {
|
||||
'/var/mail',
|
||||
},
|
||||
},
|
||||
'postfixadmin': {
|
||||
'admin_email': 'hostmaster@kunbox.net',
|
||||
},
|
||||
|
@ -19,6 +24,16 @@ defaults = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
'tank/mail': {
|
||||
'mountpoint': '/var/mail',
|
||||
},
|
||||
'tank/postfixadmin': {
|
||||
'mountpoint': '/opt/postfixadmin',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue