This file is indexed.

/usr/share/augeas/lenses/dist/tests/test_openshift_quickstarts.aug is in augeas-lenses 1.2.0-0ubuntu1.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
(*
Module: Test_OpenShift_Quickstarts
  Provides unit tests and examples for the <OpenShift_Quickstarts> lens.
*)

module Test_OpenShift_Quickstarts =

(* Variable: conf *)
let conf = "[
  {\"quickstart\": {
    \"id\": \"1\",
    \"name\":\"CakePHP\",
    \"website\":\"http://cakephp.org/\",
    \"initial_git_url\":\"git://github.com/openshift/cakephp-example.git\",
    \"cartridges\":[\"php-5.4\",\"mysql-5.1\"],
    \"summary\":\"CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.\",
    \"tags\":[\"php\",\"cakephp\",\"framework\"],
    \"admin_tags\":[]
  }},
  {\"quickstart\": {
    \"id\": \"2\",
    \"name\":\"Django\",
    \"website\":\"https://www.djangoproject.com/\",
    \"initial_git_url\":\"git://github.com/openshift/django-example.git\",
    \"cartridges\":[\"python-2.7\"],
    \"summary\":\"A high-level Python web framework that encourages rapid development and clean, pragmatic design. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS.\",
    \"tags\":[\"python\",\"django\",\"framework\"],
    \"admin_tags\":[]
  }},
  {\"quickstart\":{
    \"id\": \"4\",
    \"name\":\"Drupal\",
    \"website\":\"http://drupal.org/\",
    \"initial_git_url\":\"git://github.com/openshift/drupal-example.git\",
    \"cartridges\":[\"php-5.4\",\"mysql-5.1\"],
    \"summary\":\"An open source content management platform written in PHP powering millions of websites and applications. It is built, used, and supported by an active and diverse community of people around the world. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS.\",
    \"tags\":[\"php\",\"drupal\",\"wiki\",\"framework\",\"instant_app\"],
    \"admin_tags\":[]
  }},
 {\"quickstart\":{
    \"id\": \"6\",
    \"name\":\"Ruby on Rails\",
    \"website\":\"http://rubyonrails.org/\",
    \"initial_git_url\":\"git://github.com/openshift/rails-example.git\",
    \"cartridges\":[\"ruby-1.9\",\"mysql-5.1\"],
    \"summary\":\"An open source web framework for Ruby that is optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.\",
    \"tags\":[\"ruby\",\"rails\",\"framework\"],
    \"admin_tags\":[]
  }},
 {\"quickstart\":{
    \"id\": \"8\",
    \"name\":\"WordPress\",
    \"website\":\"http://wordpress.org\",
    \"initial_git_url\":\"git://github.com/openshift/wordpress-example.git\",
    \"cartridges\":[\"php-5.4\",\"mysql-5.1\"],
    \"summary\":\"A semantic personal publishing platform written in PHP with a MySQL back end, focusing on aesthetics, web standards, and usability. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS.\",
    \"tags\":[\"php\",\"wordpress\",\"blog\",\"framework\",\"instant_app\"],
    \"admin_tags\":[]
  }}
]"

(* Variable: new_conf *) 
let new_conf = "[
  {\"quickstart\": {
    \"id\": \"1\",
    \"name\":\"CakePHP\",
    \"website\":\"http://cakephp.org/\",
    \"initial_git_url\":\"git://github.com/openshift/cakephp-example.git\",
    \"cartridges\":[\"php-5.4\",\"mysql-5.1\"],
    \"summary\":\"CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.\",
    \"tags\":[\"php\",\"cakephp\",\"framework\"],
    \"admin_tags\":[]
  }},
  {\"quickstart\": {
    \"id\": \"2\",
    \"name\":\"Django\",
    \"website\":\"https://www.djangoproject.com/\",
    \"initial_git_url\":\"git://github.com/openshift/django-example.git\",
    \"cartridges\":[\"python-2.7\"],
    \"summary\":\"A high-level Python web framework that encourages rapid development and clean, pragmatic design. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS.\",
    \"tags\":[\"python\",\"django\",\"framework\"],
    \"admin_tags\":[]
  }},
  {\"quickstart\":{
    \"id\": \"4\",
    \"name\":\"Drupal\",
    \"website\":\"http://drupal.org/\",
    \"initial_git_url\":\"git://github.com/openshift/drupal-example.git\",
    \"cartridges\":[\"php-5.4\",\"mysql-5.1\"],
    \"summary\":\"An open source content management platform written in PHP powering millions of websites and applications. It is built, used, and supported by an active and diverse community of people around the world. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS.\",
    \"tags\":[\"php\",\"drupal\",\"wiki\",\"framework\",\"instant_app\"],
    \"admin_tags\":[]
  }},
 {\"quickstart\":{
    \"id\": \"6\",
    \"name\":\"Ruby on Rails\",
    \"website\":\"http://rubyonrails.org/\",
    \"initial_git_url\":\"git://github.com/openshift/rails-example.git\",
    \"cartridges\":[\"ruby-1.9\",\"mysql-5.1\"],
    \"summary\":\"An open source web framework for Ruby that is optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.\",
    \"tags\":[\"ruby\",\"rails\",\"framework\"],
    \"admin_tags\":[]
  }},
 {\"quickstart\":{
    \"id\": \"8\",
    \"name\":\"WordPress\",
    \"website\":\"https://wordpress.org\",
    \"initial_git_url\":\"git://github.com/openshift/wordpress-example.git\",
    \"cartridges\":[\"php-5.4\",\"mysql-5.1\"],
    \"summary\":\"A semantic personal publishing platform written in PHP with a MySQL back end, focusing on aesthetics, web standards, and usability. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS.\",
    \"tags\":[\"php\",\"wordpress\",\"blog\",\"framework\",\"instant_app\"],
    \"admin_tags\":[]
  }}
]"

(* Test: OpenShift_Quickstarts.lns *)
test OpenShift_Quickstarts.lns get conf =
  { "array"
    { "dict"
      { "entry" = "quickstart"
        { "dict"
          { "entry" = "id"
            { "string" = "1" }
          }
          { "entry" = "name"
            { "string" = "CakePHP" }
          }
          { "entry" = "website"
            { "string" = "http://cakephp.org/" }
          }
          { "entry" = "initial_git_url"
            { "string" = "git://github.com/openshift/cakephp-example.git" }
          }
          { "entry" = "cartridges"
            { "array"
              { "string" = "php-5.4" }
              { "string" = "mysql-5.1" }
            }
          }
          { "entry" = "summary"
            { "string" = "CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC." }
          }
          { "entry" = "tags"
            { "array"
              { "string" = "php" }
              { "string" = "cakephp" }
              { "string" = "framework" }
            }
          }
          { "entry" = "admin_tags"
            { "array" }
          }
        }
      }
    }
    { "dict"
      { "entry" = "quickstart"
        { "dict"
          { "entry" = "id"
            { "string" = "2" }
          }
          { "entry" = "name"
            { "string" = "Django" }
          }
          { "entry" = "website"
            { "string" = "https://www.djangoproject.com/" }
          }
          { "entry" = "initial_git_url"
            { "string" = "git://github.com/openshift/django-example.git" }
          }
          { "entry" = "cartridges"
            { "array"
              { "string" = "python-2.7" }
            }
          }
          { "entry" = "summary"
            { "string" = "A high-level Python web framework that encourages rapid development and clean, pragmatic design. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS." }
          }
          { "entry" = "tags"
            { "array"
              { "string" = "python" }
              { "string" = "django" }
              { "string" = "framework" }
            }
          }
          { "entry" = "admin_tags"
            { "array" }
          }
        }
      }
    }
    { "dict"
      { "entry" = "quickstart"
        { "dict"
          { "entry" = "id"
            { "string" = "4" }
          }
          { "entry" = "name"
            { "string" = "Drupal" }
          }
          { "entry" = "website"
            { "string" = "http://drupal.org/" }
          }
          { "entry" = "initial_git_url"
            { "string" = "git://github.com/openshift/drupal-example.git" }
          }
          { "entry" = "cartridges"
            { "array"
              { "string" = "php-5.4" }
              { "string" = "mysql-5.1" }
            }
          }
          { "entry" = "summary"
            { "string" = "An open source content management platform written in PHP powering millions of websites and applications. It is built, used, and supported by an active and diverse community of people around the world. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS." }
          }
          { "entry" = "tags"
            { "array"
              { "string" = "php" }
              { "string" = "drupal" }
              { "string" = "wiki" }
              { "string" = "framework" }
              { "string" = "instant_app" }
            }
          }
          { "entry" = "admin_tags"
            { "array" }
          }
        }
      }
    }
    { "dict"
      { "entry" = "quickstart"
        { "dict"
          { "entry" = "id"
            { "string" = "6" }
          }
          { "entry" = "name"
            { "string" = "Ruby on Rails" }
          }
          { "entry" = "website"
            { "string" = "http://rubyonrails.org/" }
          }
          { "entry" = "initial_git_url"
            { "string" = "git://github.com/openshift/rails-example.git" }
          }
          { "entry" = "cartridges"
            { "array"
              { "string" = "ruby-1.9" }
              { "string" = "mysql-5.1" }
            }
          }
          { "entry" = "summary"
            { "string" = "An open source web framework for Ruby that is optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration." }
          }
          { "entry" = "tags"
            { "array"
              { "string" = "ruby" }
              { "string" = "rails" }
              { "string" = "framework" }
            }
          }
          { "entry" = "admin_tags"
            { "array" }
          }
        }
      }
    }
    { "dict"
      { "entry" = "quickstart"
        { "dict"
          { "entry" = "id"
            { "string" = "8" }
          }
          { "entry" = "name"
            { "string" = "WordPress" }
          }
          { "entry" = "website"
            { "string" = "http://wordpress.org" }
          }
          { "entry" = "initial_git_url"
            { "string" = "git://github.com/openshift/wordpress-example.git" }
          }
          { "entry" = "cartridges"
            { "array"
              { "string" = "php-5.4" }
              { "string" = "mysql-5.1" }
            }
          }
          { "entry" = "summary"
            { "string" = "A semantic personal publishing platform written in PHP with a MySQL back end, focusing on aesthetics, web standards, and usability. Administrator user name and password are written to $OPENSHIFT_DATA_DIR/CREDENTIALS." }
          }
          { "entry" = "tags"
            { "array"
              { "string" = "php" }
              { "string" = "wordpress" }
              { "string" = "blog" }
              { "string" = "framework" }
              { "string" = "instant_app" }
            }
          }
          { "entry" = "admin_tags"
            { "array" }
          }
        }
      }
    }
}


(* FIXME: not yet supported:
 * The manner in which the JSON utility lens currently works does not maintain
 * whitepsace as per the Augeas specification in the put direction.

test OpenShift_Quickstarts.lns put conf after set "/array/dict[5]/entry/dict/entry[3]/string" "https://wordpress.org"
  = new_conf *)

(* vim: set ts=4  expandtab  sw=4: *)