Skip to content
Snippets Groups Projects
Commit fb5c269d authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix syntax error

parent 5fdce331
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class su_debuild::chroots (
# Cron job to update the pbuilder chroots nightly.
file { '/etc/cron.daily/pbuilder-update':
content => template('su_debuild/etc/cron.daily/pbuilder-update.erb',
content => template('su_debuild/etc/cron.daily/pbuilder-update.erb'),
mode => '0755',
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment