Advertisement
Guest User

Untitled

a guest
Jun 19th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. class profile::mysql inherits profile::www {
  2. class mysql::backup::mysqldump { 'lyceus_backup':
  3. backupuser => root,
  4. backuppassword => 9fpd6qdq8by8,
  5. backupdirmode => 644,
  6. backupdir => '/media/Backup/lyceus/',
  7. }
  8.  
  9. }
  10.  
  11.  
  12. Error: Syntax error at ':'; expected '}' at /etc/puppet/modules/profile/manifests/mysql.pp:2 on node lyceus.thrace.lan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement