aboutsummaryrefslogtreecommitdiffstats
path: root/build/templates/RedHat_juno.tmpl
AgeCommit message (Expand)AuthorFilesLines
2015-12-08improve the efficiency of centos ppa buildingcarey.xu1-8/+10
2015-10-20please replace all the URL that cannot be accessed from internationalm001331421-1/+0
2015-09-28Merge "switch the source to ubuntu"shuai chen1-2/+2
2015-09-25switch the source to ubuntum001331421-2/+2
2015-09-25Fix only one rpm copied in to packages during making rhel7 repograkiss1-1/+1
2015-09-24support ceph deploy for centosgrakiss1-0/+29
2015-09-17Add parameter allows users to add their own package or scripts of making pack...baigk1-1/+1
2015-09-12Merge "bug fix:support centos 7.1 deployment"shuai chen1-0/+10
2015-09-12bug fix:support centos 7.1 deploymentbaigk1-0/+10
2015-09-12make rhel7 ppa fail due to the name of comps.xml in template filebaigk1-2/+2
2015-09-08Build improvement for speedup and using public repobaigk1-0/+53
.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
#if $getVar('chef_admin_file', '') == ""
    #set chef_admin_file = '/etc/chef-server/admin.pem'
#end if
#set f = $open($chef_admin_file)
cat << EOL > /etc/chef/admin.pem
#echo $f.read()
EOL
#silent $f.close()