Pastebin
Paste #2134: None
< previous paste - next paste>
Pasted by root@basic
import "config/hostname" import "service/postfix" [apt] sources["deb"]["http://debian.sikkerhed.org stable"] = ["main"] keys += "F6EFB904" ## Add OpenSSH to list of programs to install install += "ssh" # Add SVN to list of programs to install install += ["subversion", "subversion-tools"] # Common utils and tools [apt] install += "vim" # wordpress [files.def] hostname = "wp.meebox.net" [apt] install += "wordpress" [files] binary += "/usr/share/wordpress/wp-includes/js/swfupload/swfupload.swf" mkdir += "/srv" mkdir += "/srv/www" mkdir += "/srv/www/default" mkdir += "/srv/www/wp-uploads" symlink["/srv/www/default"] = /usr/share/wordpress #### Set hostname [files.def.config-hostname] hostname = "wp" #### Postfix [files.def.service-postfix] myhostname = "wp.meebox.net" [files] # # Files section # # This section manages files. You can manage things like permissions, ownership, # create dirs and symlinks and a lot of other things. Consult the documentation # for a complete reference. # # Create /data #mkdir += "/data" # # Set permissions and ownership for /data #permission["/data"] = "0700" #owner["/data"] = "root:root" # # Make root's home dir private #permission["/root"] = "0700" # # Enforce correct ownership on /root #owner["/root"] = "root:root" #
New Paste
Go to most recent paste.