This repository was archived by the owner on Apr 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -176,9 +176,6 @@ The sequential number of the resource within the project.
176
176
#####` source_type `
177
177
The source type where resources will come from: file, directory, url or script.
178
178
179
- #####` file `
180
- When a file source_type is specified this is the path to that file.
181
-
182
179
#####` include_server_node `
183
180
Boolean value to decide whether or not to include the server node in your list of avaliable nodes.
184
181
@@ -238,7 +235,7 @@ The group permission that rundeck is installed as.
238
235
* [ ` rundeck::config::aclpolicyfile ` ] ( #define-aclpolicyfile ) : Manages a acl policy file
239
236
* [ ` rundeck::config::plugin ` ] ( #define-rundeckplugin ) : Manages the installation of rundeck plugins
240
237
* [ ` rundeck::config::project ` ] ( #define-rundeckproject ) : Manages the configuration of rundeck projects
241
- * [ ` rundeck::config::resource_source ` ] ( #define-resourcesource ) : Manages resource sources for each project
238
+ * [ ` rundeck::config::resource_source ` ] ( #define-rundeckresource_source ) : Manages resource sources for each project
242
239
243
240
244
241
##Limitations
Original file line number Diff line number Diff line change 18
18
# [*source_type*]
19
19
# The source type where resources will come from: file, directory, url or script.
20
20
#
21
- # [*file*]
22
- # When a file source_type is specified this is the path to that file.
23
- #
24
21
# [*include_server_node*]
25
22
# Boolean value to decide whether or not to include the server node in your list of avaliable nodes.
26
23
#
58
55
#
59
56
# Manage a file resource:
60
57
#
61
- # rundeck::config::resource_source { 'nodes from file ':
62
- # project_name => 'test project ',
58
+ # rundeck::config::resource_source { 'resource ':
59
+ # project_name => 'myproject ',
63
60
# number => '1',
64
61
# source_type => 'file',
65
- # file => '/var/lib/rundeck/etc/resources.yaml',
66
62
# include_server_node => false,
67
63
# resource_format => 'resourceyaml',
68
64
# }
You can’t perform that action at this time.
0 commit comments