# files: # "target file location on disk": # mode: "six-digit octal value" # owner: name of owning user for file # group: name of owning group for file # source: URL # authentication: authentication name: # "target file location on disk": # mode: "six-digit octal value" # owner: name of owning user for file # group: name of owning group for file # content: | # # this is my # # file content # encoding: encoding format # authentication: authentication name: files: "/home/ec2-user/myfile" : mode: "000755" owner: root group: root source: http://foo.bar/myfile "/home/ec2-user/myfile2" : mode: "000755" owner: root group: root content: | this is my file content "/tmp/myfile2.txt" : mode: "120400" content: "/home/ec2-user/myfile2"