Skip to content

Commit

Permalink
Added missing expires_jitter in jamfCloud provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Oct 2, 2024
1 parent 65f8b7b commit b1c37f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/pf/provisioner/jamfCloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ Option to sync PID from provisioner

has sync_pid => (is => 'rw', required => 1);

=head2
expires_jiiter
=cut

has expires_jitter => (is => 'rw', default => sub { 10 } );

=head1 Methods
Expand Down

0 comments on commit b1c37f7

Please sign in to comment.