File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 714714 # Automatically manage config files and any Puppet resource, if tinydata defined
715715 if $auto_conf and $settings [' config_file_template' ] {
716716 tp::conf { $app:
717- template => $settings [' config_file_template' ],
718- my_options => $all_options ,
719- data_module => $data_module ,
717+ template => $settings [' config_file_template' ],
718+ my_options => $all_options ,
719+ data_module => $data_module ,
720720 }
721721 }
722722 if $auto_conf and $settings [' init_file_template' ] {
723723 tp::conf { "${app}::init" :
724- template => $settings [' init_file_template' ],
725- my_options => $all_options ,
726- base_file => ' init' ,
727- data_module => $data_module ,
724+ template => $settings [' init_file_template' ],
725+ my_options => $all_options ,
726+ base_file => ' init' ,
727+ data_module => $data_module ,
728728 }
729729 }
730730
You can’t perform that action at this time.
0 commit comments