Skip to content

Commit

Permalink
Correcting yaml indentation in default.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dagobert authored Jun 12, 2024
1 parent 32c0cec commit 0e651f2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions data/asterisk/default.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
asterisk::settings:
package_name: 'asterisk'
service_name: 'asterisk'
config_dir_path: '/etc/asterisk'
pid_file_path: '/var/run/asterisk/asterisk.pid'
log_file_path: [ '/var/log/asterisk/messages' , '/var/log/asterisk/queue_log' ]
log_dir_path: '/var/log/asterisk'
process_name: 'asterisk'
progess_user: 'asterisk'
process_group: 'astersik'
asterisk::settings:
package_name: 'asterisk'
service_name: 'asterisk'
config_dir_path: '/etc/asterisk'
pid_file_path: '/var/run/asterisk/asterisk.pid'
log_file_path: [ '/var/log/asterisk/messages' , '/var/log/asterisk/queue_log' ]

Check failure on line 7 in data/asterisk/default.yaml

View workflow job for this annotation

GitHub Actions / validate-yaml

7:19 [brackets] too many spaces inside brackets

Check failure on line 7 in data/asterisk/default.yaml

View workflow job for this annotation

GitHub Actions / validate-yaml

7:48 [commas] too many spaces before comma

Check failure on line 7 in data/asterisk/default.yaml

View workflow job for this annotation

GitHub Actions / validate-yaml

7:80 [brackets] too many spaces inside brackets
log_dir_path: '/var/log/asterisk'
process_name: 'asterisk'
progess_user: 'asterisk'
process_group: 'astersik'

Check failure on line 12 in data/asterisk/default.yaml

View workflow job for this annotation

GitHub Actions / validate-yaml

12:1 [trailing-spaces] trailing spaces

0 comments on commit 0e651f2

Please sign in to comment.