Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fix: #1578 Fix typo in snapteld configuration file
Browse files Browse the repository at this point in the history
To auto-load plugins and tasks, a colon separated list of directories
must be provided. This fixes the typo that states it should be a comma
separated list of directories.
  • Loading branch information
sayantanigoswami committed Apr 3, 2017
1 parent 2a59fe0 commit de9dc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/SNAPTELD_CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The control section contains settings for configuring the Control module within
```yaml
control:
# auto_discover_path sets the directory(s) to auto load plugins and tasks on
# the start of the snap daemon. This can be a comma separated list of directories.
# the start of the snap daemon. This can be a colon separated list of directories.
auto_discover_path: /opt/snap/plugins:/opt/snap/tasks

# cache_expiration sets the time interval for the plugin cache to use before
Expand Down
2 changes: 1 addition & 1 deletion examples/configs/snap-config-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gomaxprocs: 2
# control module of snapteld.
control:
# auto_discover_path sets the directory(s) to auto load plugins and tasks on
# the start of the snap daemon. This can be a comma separated list of directories.
# the start of the snap daemon. This can be a colon separated list of directories.
auto_discover_path: /opt/snap/plugins:/opt/snap/tasks

# cache_expiration sets the time interval for the plugin cache to use before
Expand Down

0 comments on commit de9dc9f

Please sign in to comment.