Skip to content

Commit a1cdbdd

Browse files
committed
Linta!
1 parent 03e67db commit a1cdbdd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

manifests/install.pp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -714,17 +714,17 @@
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

0 commit comments

Comments
 (0)