From c565f9d78ae95bf3a4dc051e3bfbd356d9f4ff38 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 30 Dec 2015 18:51:09 -0800 Subject: add option for exports to avoid suspending services, #20739 --- FS/FS/part_export.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS/FS/part_export.pm') diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index f3d9774..d6357fd 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -58,6 +58,12 @@ fields are currently supported: =item nodomain - blank or "Y" : usernames are exported to this service with no domain +=item default_machine - For exports that require a machine to be selected for +each service (see L), the one to use as the default. + +=item no_suspend - Don't export service suspensions. In the future there may +be "no_*" options for the other service actions. + =back =head1 METHODS @@ -337,6 +343,7 @@ sub check { || $self->ut_textn('exportname') || $self->ut_domainn('machine') || $self->ut_alpha('exporttype') + || $self->ut_flag('no_suspend') ; if ( $self->machine eq '_SVC_MACHINE' ) { -- cgit v1.1