Skip to content

Commit

Permalink
test modify host
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Gehring committed Jun 20, 2016
1 parent 3f6dc8b commit 1342406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.pm
Expand Up @@ -27,7 +27,7 @@ sub new {
$self->{$key} = $cmdb->{$key};
}

$self->foreman->modify_host_options->($self->foreman, $self);
$self->foreman->modify_host_options->($self->foreman, $self) if($self->foreman->modify_host_options);

return $self;
}
Expand Down

0 comments on commit 1342406

Please sign in to comment.