diff --git a/lib/NGCP/Template/Plugin/Utils.pm b/lib/NGCP/Template/Plugin/Utils.pm index 3754bece..4c9cd232 100644 --- a/lib/NGCP/Template/Plugin/Utils.pm +++ b/lib/NGCP/Template/Plugin/Utils.pm @@ -31,7 +31,9 @@ sub to_perl { sub to_config_general { my ($self, @params) = @_; - my $conf = Config::General->new(); + my $conf = Config::General->new( + SaveSorted => 1, + ); return $conf->save_string($params[0]); }