X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docker%2Fdocker-puppet.py;h=0451ed517f3cb724b4e99cda539b81a325e9caa5;hb=6d99e0a85b394415777a3f978fe4af778a6ba9ef;hp=613adf10146a93823cad9529256ba723d12c1037;hpb=03a02fdbd6dba270ad0d008b08ef0c14743ef7a5;p=apex-tripleo-heat-templates.git diff --git a/docker/docker-puppet.py b/docker/docker-puppet.py index 613adf10..0451ed51 100755 --- a/docker/docker-puppet.py +++ b/docker/docker-puppet.py @@ -366,6 +366,7 @@ for infile in infiles: outfile = os.path.join(os.path.dirname(infile), "hashed-" + os.path.basename(infile)) with open(outfile, 'w') as out_f: + os.chmod(out_f.name, 0600) json.dump(infile_data, out_f) if not success: